6100 MPS-B Programming Manual
WRITING APPLICATIONS THAT USE 6100 MPS-B
Enable Continuous Polling
Enable Continuous Polling
This form of the request is used to begin continuous polling of
stations in the Poll/Select list. Polling continues
indefinitely, station by station, until either a station responds
to the poll with a message, or an error occurs.
The request buffer format is:
Function := 68
Modifier := 1
Request ID := A unique value from 1 to 32767,
application-dependent
Text Out := Doesn’t matter
Text In := Doesn’t matter
Text := Doesn’t matter
The response buffer format is:
Function := 68
Status := 0 if the operation completed successfully, or
a code greater than zero if an error occurred
Request ID := The same as in the request
Text Out := 0
Text In := 0, or
2 if status detail code is present in Text field
Text := Null, or
Byte 0 = status detail code; Byte 1 = 0
3-32