Struct StatusSignalNative.StatusSignalInfo
Struct that contains the information relevant when using the native API for StatusSignals
public struct StatusSignalNative.StatusSignalInfo
- Inherited Members
Fields
deviceHash
Device Hash for the signal to get
public uint deviceHash
Field Value
ecutimeStampSeconds
ECU Timestamp (device timestamp) of when signal was received in seconds
public double ecutimeStampSeconds
Field Value
hwtimeStampSeconds
Hardware timestamp (CANivore timestamp) of when signal was received in seconds
public double hwtimeStampSeconds
Field Value
network
Name of the network to get info from
public string network
Field Value
spn
SPN index for the signal to get
public ushort spn
Field Value
statusCode
Status code response for this signal
public int statusCode
Field Value
swtimeStampSeconds
Software timestamp (Operating system timestamp) of when signal was received in seconds
public double swtimeStampSeconds
Field Value
unitsKey
Key to use for the units string
public ushort unitsKey
Field Value
value
Value of the signal
public double value