StatusSignalNativeStatusSignalInfo Structure

Struct that contains the information relevant when using the native API for StatusSignals

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public struct StatusSignalInfo
Inheritance
Object    ValueType    StatusSignalNativeStatusSignalInfo

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

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

See Also