C# Class AsterixDisplayAnalyser.CAT62

Mostra file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
CurrentDataBufferOctalIndex int
I062DataItems System.Collections.Generic.List

Public Methods

Method Description
Decode ( byte DataBlockBuffer, string Time, int &NumOfMessagesDecoded ) : string[]
Intitialize ( bool Hard_Reset ) : void
ItemIDToIndex ( string ID ) : int

Method Details

Decode() public method

public Decode ( byte DataBlockBuffer, string Time, int &NumOfMessagesDecoded ) : string[]
DataBlockBuffer byte
Time string
NumOfMessagesDecoded int
return string[]

Intitialize() public static method

public static Intitialize ( bool Hard_Reset ) : void
Hard_Reset bool
return void

ItemIDToIndex() public static method

public static ItemIDToIndex ( string ID ) : int
ID string
return int

Property Details

CurrentDataBufferOctalIndex public_oe static_oe property

public static int CurrentDataBufferOctalIndex
return int

I062DataItems public_oe static_oe property

public static List,System.Collections.Generic I062DataItems
return System.Collections.Generic.List