AntResponsePayload Property
The data page payload.
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
public byte[]? Payload { get; protected set; }
Public Property Payload As Byte()
Get
Protected Set
public:
property array<unsigned char>^ Payload {
array<unsigned char>^ get ();
protected: void set (array<unsigned char>^ value);
}
member Payload : byte[] with get, set
Property Value
Byte