Delegate DXEndpoint.StateChangeListener
Notifies a change in the state of this endpoint.
public delegate void DXEndpoint.StateChangeListener(DXEndpoint.State oldState, DXEndpoint.State newState)
Parameters
oldState
DXEndpoint.StateThe old state of endpoint.
newState
DXEndpoint.StateThe new state of endpoint.