(pfbStationStatus card_id)
If succesful:
(pfbStationStatus card_id statusi...)
where statusi is the status of node i, generated for all nodes present on the network, as follows:
(i status [changed] id_str1...)
where:
| i | The station ID of the node. |
| status | ACTIVE or PASSIVE |
| changed | CHANGED indicates the status of the station has changed (gone online or offline) since the last query. The character '*' indicates no change has occurred |
| id_str1 | The first of up to 4 strings containing the identification data of the station, or if the ID cannot be read, then the string "Error: 0xNN", where NN is a station-specific error value. |
Otherwise, one of the following error messages:
(error "pfbStationStatus DR_ERR_CARD_INVALID (time) invalid card: card_id")
(error "pfbStationStatus PFB_ERR_NO_CARD (time) Card not available")
(error "pfbStationStatus PFB_ERR_CARD_NOT_ONLINE (time) Card is not ONLINE")
(error "pfbStationStatus PFB_ERR_STN_STATUS_FDL_TIMEOUT (time)
Error attempting to find passive stations (timeout)")
(error "pfbStationStatus PFB_ERR_STN_STATUS_ID_REQ_TIMEOUT (time)
Error issuing station status request (timeout)")
(error "pfbStationStatus PFB_ERR_STN_STATUS_CLEAR_TIMEOUT (time)
Error clearing the station status changed flag (timeout)")Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.