ObdSignal
class ObdSignal
Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.
Types
Properties
Link copied to clipboard
The number of bits to mask in a message.
Link copied to clipboard
The number of positions to shift bits in the message.
Link copied to clipboard
The length of a message.
Link copied to clipboard
Determines whether the message is signed (true
) or not (false
). If it's signed, the message can represent both positive and negative numbers. The isSigned
parameter only applies to the INTEGER
raw signal type, and it doesn't affect the FLOATING_POINT
raw signal type. The default value is false
.
Link copied to clipboard
The length of the requested data.
Link copied to clipboard
The mode of operation (diagnostic service) in a message.
Link copied to clipboard
The value type of the signal. The default value is INTEGER
.