TimeoutOptionsMissedMessages Property
Gets or sets the number of missed messages before an ANT device goes offline.
Namespace: SmallEarthTech.AntPlusAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+3fbe181bca5f5ec97a9a018f9fcefae55701bc33
public byte? MissedMessages { get; set; }
Public Property MissedMessages As Byte?
Get
Set
public:
property Nullable<unsigned char> MissedMessages {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member MissedMessages : Nullable<byte> with get, set
Property Value
NullableByte
The number of missed messages.