C# Class AmericasCup.Data.DisplayTextMessage

Show file Open project: CircuitPeople/Americas-Cup-Data-Lib Class Usage Examples

Public Properties

Property Type Description
AckNumber ushort
LinesOfText byte
MessageVersionNumber byte
TextMessages List

Public Methods

Method Description
Read ( byte buf ) : DisplayTextMessage
Read ( byte buf, int c, DisplayTextMessage dtm ) : int

Method Details

Read() public static method

public static Read ( byte buf ) : DisplayTextMessage
buf byte
return DisplayTextMessage

Read() public static method

public static Read ( byte buf, int c, DisplayTextMessage dtm ) : int
buf byte
c int
dtm DisplayTextMessage
return int

Property Details

AckNumber public property

public ushort AckNumber
return ushort

LinesOfText public property

public byte LinesOfText
return byte

MessageVersionNumber public property

public byte MessageVersionNumber
return byte

TextMessages public property

public List TextMessages
return List