Struct IConnectEventCallback#
Defined in File ipc.h
Inheritance Relationships#
Derived Type#
public CChannelConnector(Class CChannelConnector)
Struct Documentation#
-
struct IConnectEventCallback#
Interface implemented by the connecting object to receive channel connection events.
Subclassed by CChannelConnector
Public Functions
-
virtual void SetConnectState(EConnectState eConnectState) = 0#
Set the current connect state.
- Parameters:
eConnectState – [in] The connection state.
- void SetConnectState (in EConnectState eConnectState)
Set the current connect state.
- Parameters:
eConnectState – [in] The connection state.
Public Static Attributes
-
static constexpr ::sdv::interface_id _id = 0x659B4E92C6FB812D#
Interface ID.
-
virtual void SetConnectState(EConnectState eConnectState) = 0#