AntResponseSender Property
The object that created this response (ie: The corresponding ANTChannel or ANTDevice instance).
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
public Object? Sender { get; protected set; }
Public Property Sender As Object
Get
Protected Set
public:
property Object^ Sender {
Object^ get ();
protected: void set (Object^ value);
}
member Sender : Object with get, set
Property Value
Object