ISafetyIoServices.Receive (METH)ΒΆ
METHOD Receive : SafetyIoServicesResult
This method receives io-service-data from the IoServices.
- InOut:
Scope
Name
Type
Comment
Return
ReceiveSISR_OK - if data was received successfully;
SISR_PENDING - if no data has been received yet;
SISR_FAILED - if an error occurred.
Input
udiModuleIdUDINTThe id of the module to receive io-service-data for.
uiProtocolTypeIdUINTThe id of the protocol type.
pbyMemDataPOINTER TO BYTE
Pointer to the reserved memory for the io-service-data.
udiMemDataSizeUDINTSize of the reserved memory.
Output
udiDataSizeUDINTSize of provided io-service-data at pbyMemData.