AntRadioRadioResponse Event
Occurs when radio response has been received.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.1+2b48744145fe7ef0b0e6d89d46e9cc83d8627463
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