SubscribeConnection

virtual PSubscription ISystem::SubscribeConnection(ConnectionHandler handler) = 0

Subscribes a callback to be executed when the connection to a discovered top-controller (or one of its sub-controllers) is established.

Parameters

handler – Function to be called when connection is established.

Returns

PSubscription – An ISubscription for the callback.

Throws

CInvalidArgumentException – Empty callback handler specified.