U2004 ARINC 429 Module Dll Library
 
Loading...
Searching...
No Matches
U2004.A429Record Class Reference

A429 Records are how words are communicated through this DLL. More...

Properties

uint Word [get, set]
 32 bits of the word
 
uint Label [get, set]
 the first 8 bits of the Word
 
uint Sdi [get, set]
 the 2 bit Source Designation Index (SDI) starting at bit 9
 
uint Ssm [get, set]
 the 2 bit Sign Status Matrix starting at bit 30
 
uint Parity [get, set]
 the 1 bit Parity, which is the 32nd bit
 
DateTime Time [get, set]
 The time that the word occurred.
 
uint Ticks [get, set]
 The time in ticks that are 1/2777th of a second, not milliseconds as the U2004 uses ticks that are non-standard.
 
A429Port Port [get, set]
 The port that the record was received on, or transmit on.
 

Detailed Description

A429 Records are how words are communicated through this DLL.

Property Documentation

◆ Label

uint Label
getset

the first 8 bits of the Word

◆ Parity

uint Parity
getset

the 1 bit Parity, which is the 32nd bit

◆ Port

A429Port Port
getset

The port that the record was received on, or transmit on.

◆ Sdi

uint Sdi
getset

the 2 bit Source Designation Index (SDI) starting at bit 9

◆ Ssm

uint Ssm
getset

the 2 bit Sign Status Matrix starting at bit 30

◆ Ticks

uint Ticks
getset

The time in ticks that are 1/2777th of a second, not milliseconds as the U2004 uses ticks that are non-standard.

◆ Time

DateTime Time
getset

The time that the word occurred.

◆ Word

uint Word
getset

32 bits of the word