Table of Contents

Struct StatusSignalNative.StatusSignalInfo

Namespace
CTRE.Phoenix6.Native
Assembly
Phoenix6.Hardware.dll

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

uint

ecutimeStampSeconds

ECU Timestamp (device timestamp) of when signal was received in seconds

public double ecutimeStampSeconds

Field Value

double

hwtimeStampSeconds

Hardware timestamp (CANivore timestamp) of when signal was received in seconds

public double hwtimeStampSeconds

Field Value

double

network

Name of the network to get info from

public string network

Field Value

string

spn

SPN index for the signal to get

public ushort spn

Field Value

ushort

statusCode

Status code response for this signal

public int statusCode

Field Value

int

swtimeStampSeconds

Software timestamp (Operating system timestamp) of when signal was received in seconds

public double swtimeStampSeconds

Field Value

double

unitsKey

Key to use for the units string

public ushort unitsKey

Field Value

ushort

value

Value of the signal

public double value

Field Value

double