Receive
Receive(topic AS String BYREF, payload AS String BYREF[, timeout AS Integer]) As Integer
Waiting to receive topic and payload until timeout expired.
Returns 0 if success, 1 if timeout otherwise the error code.
Receive(topic AS String BYREF, payload AS String BYREF[, timeout AS Integer]) As Integer
Waiting to receive topic and payload until timeout expired.
Returns 0 if success, 1 if timeout otherwise the error code.