navGPIReceiveID (Function) |
Top Previous Next |
This function returns the received ID of the GPI. Note that the ID is only valid after a "GPI ID" event is raised; the event will be removed when this function is called. A "GPI ID" event is raised when requested with navGPIRequestID. Note: this function is not supported on the NMP.
Input: None.
Returns: STRING The text message that identifies the GPI. It is empty if an event is not raised.
Declaration: FUNCTION navGPIReceiveID : STRING;
Example: INCLUDE rtcu.inc |