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.1+c1e7610f9fcb5b8a327697cc707496363c1e2866
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.