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