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: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
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.