public struct StatusSignalInfo
[<SealedAttribute>]
type StatusSignalInfo =
struct
inherit ValueType
end
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
deviceHash | Device Hash for the signal to get |
ecutimeStampSeconds | ECU Timestamp (device timestamp) of when signal was received in seconds |
hwtimeStampSeconds | Hardware timestamp (CANivore timestamp) of when signal was received in seconds |
network | Name of the network to get info from |
spn | SPN index for the signal to get |
statusCode | Status code response for this signal |
swtimeStampSeconds | Software timestamp (Operating system timestamp) of when signal was received in seconds |
units | The units that correspond to this signal |
value | Value of the signal |