Property | Type | Description | |
---|---|---|---|
TimeOfReception | System.DateTime |
Method | Description | |
---|---|---|
CleanUp ( ) : void | ||
DecodeAsterixData ( string FileName ) : string | ||
DetermineLenghtOfFSPEC ( byte Data ) : int | ||
ExtractCategory ( byte Data ) : string | ||
ExtractLengthOfDataBlockInBytes ( byte Data ) : string | ||
ExtractLengthOfDataBlockInBytes_Int ( byte Data ) : int | ||
GetFifthFSPECOctet ( byte Data ) : |
||
GetFirstDataIndex ( byte Data ) : int | ||
GetFourFSPECOctets ( byte Data ) : |
||
GetTimeSpanSinceLastDataBlockRecived ( ) : System.TimeSpan | ||
ListenForData ( ) : void | ||
ReinitializeSocket ( ) : bool | ||
RequestStop ( ) : void |
Method | Description | |
---|---|---|
ExtractAndDecodeASTERIX_CAT_DataBlock ( byte DataBlock, bool Is_Live_Data ) : void |
public static DecodeAsterixData ( string FileName ) : string | ||
FileName | string | |
return | string |
public static DetermineLenghtOfFSPEC ( byte Data ) : int | ||
Data | byte | |
return | int |
public static ExtractCategory ( byte Data ) : string | ||
Data | byte | |
return | string |
public static ExtractLengthOfDataBlockInBytes ( byte Data ) : string | ||
Data | byte | |
return | string |
public static ExtractLengthOfDataBlockInBytes_Int ( byte Data ) : int | ||
Data | byte | |
return | int |
public static GetFifthFSPECOctet ( byte Data ) : |
||
Data | byte | |
return |
public static GetFirstDataIndex ( byte Data ) : int | ||
Data | byte | |
return | int |
public static GetFourFSPECOctets ( byte Data ) : |
||
Data | byte | |
return |
public static GetTimeSpanSinceLastDataBlockRecived ( ) : System.TimeSpan | ||
return | System.TimeSpan |