Interface IRfChannels
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface for devices with RF channels
public interface IRfChannels
Properties
Channel
Gets or sets exposes the radio channels as an array of 20 bytes.
short[]? Channel { get; set; }
Property Value
- short[]
array of short.
ChannelCount
Gets or sets the channel count.
byte? ChannelCount { get; set; }
Property Value
- byte?
Nullable<T> where T is. byte
FrequencyOffset
Gets or sets the FrequencyOffset used on the device radio. The default is 1 and should not be changed. Only has an effect on Channel Set 0 - which consists of channels 0 to 15.
byte? FrequencyOffset { get; set; }
Property Value
- byte?
Nullable<T> where T is. byte
IsAidedGpsEnabled
Gets or sets the is aided GPS enabled.
bool? IsAidedGpsEnabled { get; set; }
Property Value
- bool?
Nullable<T> where T is. bool
IsRfUploadOnWhenMoving
Gets or sets gets/Sets the IsRfUploadOnWhenMoving value for the vehicle.
bool? IsRfUploadOnWhenMoving { get; set; }
Property Value
- bool?
Nullable<T> where T is. bool
RfParameterVersion
Gets or sets the version of this set of rf channels. Each time a change is made, increment this value until it rolls over.
short? RfParameterVersion { get; set; }
Property Value
- short?
Nullable<T> where T is. short