erpc_interface/erpc_PLCObject/interface.py
changeset 4043 b217fb367574
parent 4035 c317fc64035e
equal deleted inserted replaced
4042:03df7946c2fa 4043:b217fb367574
     1 #
     1 #
     2 # Generated by erpcgen 1.12.0 on Mon May 20 17:53:37 2024.
     2 # Generated by erpcgen 1.13.0 on Fri Nov  8 11:06:24 2024.
     3 #
     3 #
     4 # AUTOGENERATED - DO NOT EDIT
     4 # AUTOGENERATED - DO NOT EDIT
     5 #
     5 #
     6 
     6 
     7 # Abstract base class for BeremizPLCObjectService
     7 # Abstract base class for BeremizPLCObjectService
    19     RESETLOGCOUNT_ID = 10
    19     RESETLOGCOUNT_ID = 10
    20     SEEDBLOB_ID = 11
    20     SEEDBLOB_ID = 11
    21     SETTRACEVARIABLESLIST_ID = 12
    21     SETTRACEVARIABLESLIST_ID = 12
    22     STARTPLC_ID = 13
    22     STARTPLC_ID = 13
    23     STOPPLC_ID = 14
    23     STOPPLC_ID = 14
       
    24     EXTENDEDCALL_ID = 15
    24 
    25 
    25     def AppendChunkToBlob(self, data, blobID, newBlobID):
    26     def AppendChunkToBlob(self, data, blobID, newBlobID):
    26         raise NotImplementedError()
    27         raise NotImplementedError()
    27 
    28 
    28     def GetLogMessage(self, level, msgID, message):
    29     def GetLogMessage(self, level, msgID, message):
    62         raise NotImplementedError()
    63         raise NotImplementedError()
    63 
    64 
    64     def StopPLC(self, success):
    65     def StopPLC(self, success):
    65         raise NotImplementedError()
    66         raise NotImplementedError()
    66 
    67 
       
    68     def ExtendedCall(self, method, argument, answer):
       
    69         raise NotImplementedError()
    67 
    70 
       
    71