SubscribeNext

ISubscription IAcquisition.SubscribeNext(AcquisitionNextHandler handler)

Subscribes a callback to be executed when a new batch of samples is available.

Parameters

handler – Delegate to be invoked when next callback is received.

Returns

ISubscription – An ISubscription for the callback.

Throws

NullArgumentException – Null reference was passed.