IWebSocketClient.Read (METH)ΒΆ
METHOD Read : NBS.ERROR
Read incoming messages.
- InOut:
Scope
Name
Type
Comment
Return
ReadNBS.ERRORInput
pData__XWORDPointer to the payload data
udiSizeUDINTMaximum size of the payload
Output
udiCountUDINTSize of the received data
xReceivedBOOLTRUE if data received
eFrameTypeType of the payload
xIsFinalFragmentBOOLFALSE if the payload is incomplete and is sent via multiple packets. TRUE, if the payload is complete or if the payload was incomplete and this packet is the last packet of a message.