MxBufferOutput
Function
Defines the data output by the stream.
Structure Definition
class MxBufferOutput:
def __init__(self):
self.errorCode = None
self.errorMsg= None
self.data = None
Parameter Description
Parameter |
Type |
Description |
|---|---|---|
errorCode |
int |
Output error code |
errorMsg |
bytes |
Output error information |
data |
bytes |
Output data |
Parent topic: Data Structure