SMI Event.
Typedefs | |
| typedef void(* | IOLM_SMI_CBDeviceEventInd) (INT8U u8Port_p, INT16U u16ArgBlockLength_p, INT8U *pu8ArgBlock_p) |
| Device Event indicator callback. More... | |
| typedef void(* | IOLM_SMI_CBPortEventInd) (INT8U u8Port_p, INT16U u16ArgBlockLength_p, INT8U *pu8ArgBlock_p) |
| Port event indicator callback. More... | |
| IOLM_SMI_CBDeviceEventInd |
Device Event indicator callback.
This service allows for signaling an event generated by the Device.
| [in] | u8Port_p | Port ID. |
| [in] | u16ArgBlockLength_p | Length of ArgBlock. |
| [in] | pu8ArgBlock_p | Data pointer which points to the Device Event data (IOLM_SMI_SDeviceEvent). |
| IOLM_SMI_CBPortEventInd |
Port event indicator callback.
This service allows for signaling an event generated by the Master port.
| [in] | u8Port_p | Port ID. |
| [in] | u16ArgBlockLength_p | Length of ArgBlock. |
| [in] | pu8ArgBlock_p | Data pointer which points to the port event data (IOLM_SMI_SPortEvent). |