C# Class AmericasCup.Data.DisplayTextMessage

Afficher le fichier Open project: CircuitPeople/Americas-Cup-Data-Lib Class Usage Examples

Méthodes publiques

Свойство Type Description
AckNumber ushort
LinesOfText byte
MessageVersionNumber byte
TextMessages List

Méthodes publiques

Méthode Description
Read ( byte buf ) : DisplayTextMessage
Read ( byte buf, int c, DisplayTextMessage dtm ) : int

Method Details

Read() public static méthode

public static Read ( byte buf ) : DisplayTextMessage
buf byte
Résultat DisplayTextMessage

Read() public static méthode

public static Read ( byte buf, int c, DisplayTextMessage dtm ) : int
buf byte
c int
dtm DisplayTextMessage
Résultat int

Property Details

AckNumber public_oe property

public ushort AckNumber
Résultat ushort

LinesOfText public_oe property

public byte LinesOfText
Résultat byte

MessageVersionNumber public_oe property

public byte MessageVersionNumber
Résultat byte

TextMessages public_oe property

public List TextMessages
Résultat List