smartinspectpython.sischeduleraction
Represents a scheduler action to execute when a protocol is operating in asynchronous mode. For general information about the asynchronous mode, please refer to SIProtocol.IsValidOption.
Represents a connect protocol operation. This action is enqueued when the SIProtocol.Connect method is called and the protocol is operating in asynchronous mode.
Represents a write protocol operation. This action is enqueued when the SIProtocol.WritePacket method is called and the protocol is operating in asynchronous mode.
Represents a disconnect protocol operation. This action is enqueued when the SIProtocol.Disconnect method is called and the protocol is operating in asynchronous mode.
Represents a dispatch protocol operation. This action is enqueued when the SIProtocol.Dispatch method is called and the protocol is operating in asynchronous mode.