Structure ARCNET_NETSTATE

Description:
Describes status of the network that was detected by ARCNET controller

Declaration:

typedef struct s_ARCNET_NETSTATE { unsigned char z_token_seen; unsigned char z_net_activity; unsigned char z_txen; } ARCNET_NETSTATE;

Members:

Member(s) Description
z_token_seen status of token detection (1 - detected, 0 - otherwise)
z_net_activity status of network activity (1 - detected, 0 - otherwise)
z_txen status of transmitter (1 - enabled, 0 - otherwise)

Remarks:
After a DeviceIoControl with IOCTL_FARC_INIT completes with success (No errors), all 3 items should contain 1.

See also:
DeviceIoControl()
IOCTL_FARC_GET_NETSTATE

Back to Programming Guide Contact Copyright and Disclaimer