No description available.
This structure is used in getting the state of a plug.The request retrieves state information for the specified plug, including its current connections and bus data format. Plug state is volatile and can change unexpectedly.
hPlugOn input, the handle of the plug to retrieve state information.
StateOn output, the state of the plug. Can be one of the following:
CMP_PLUG_STATE_IDLE
CMP_PLUG_STATE_READY
CMP_PLUG_STATE_SUSPENDED
CMP_PLUG_STATE_ACTIVE
DataRateOn output, the data rate of the plug. Can be one of the following:
CMP_SPEED_S100
CMP_SPEED_S200
CMP_SPEED_S400
PayloadOn output, the payload size for the plug.
BC_ConnectionsOn output, the number of broadcast connections associated with the plug.
PP_ConnectionsOn output, the number of point-to-point connections associated with the plug.
If successful, the IEC-61883 protocol driver sets Irp->IoStatus.Status to STATUS_SUCCESS.
If an incorrect parameter is passed in, the protocol driver sets Irp->IoStatus.Status to STATUS_INVALID_PARAMETER.