IAntChannelChannelResponse Event
The channel response event. Triggered every time a message is received from the ANT device.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
event EventHandler<AntResponse> ChannelResponse
Event ChannelResponse As EventHandler(Of AntResponse)
event EventHandler<AntResponse^>^ ChannelResponse {
void add (EventHandler<AntResponse^>^ value);
void remove (EventHandler<AntResponse^>^ value);
}
abstract ChannelResponse : IEvent<EventHandler<AntResponse>,
AntResponse>
Value
EventHandlerAntResponse