Exemplo n.º 1
0
 def DecodeElement(self, array, index, buffer):
     array[index] = _IPC.formatGetShort(buffer)
Exemplo n.º 2
0
 def DecodeElement(self, array, index, buffer) :
   array[index] = _IPC.formatGetShort(buffer)
Exemplo n.º 3
0
 def Decode(self, dataStruct, dstart, buffer):
     setShortField(dataStruct, dstart, _IPC.formatGetShort(buffer))
Exemplo n.º 4
0
 def Decode (self, dataStruct, dstart, buffer) :
   setShortField(dataStruct, dstart, _IPC.formatGetShort(buffer))