AntRadioRadioResponse Event
Occurs when radio response has been received.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.0+cc723bbc839284dd252a32d6183c5ccac205e2f1
public event EventHandler<AntResponse> RadioResponse
Public Event RadioResponse As EventHandler(Of AntResponse)
public:
virtual event EventHandler<AntResponse^>^ RadioResponse {
void add (EventHandler<AntResponse^>^ value);
void remove (EventHandler<AntResponse^>^ value);
}
abstract RadioResponse : IEvent<EventHandler<AntResponse>,
AntResponse>
override RadioResponse : IEvent<EventHandler<AntResponse>,
AntResponse>
EventHandlerAntResponseIAntRadioRadioResponse