C# Class AmericasCup.Data.TextMessage

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

Public Properties

Property Type Description
LineNumber byte
Text string
TextLength byte

Public Methods

Method Description
Read ( byte buf, int c, TextMessage tm ) : int

Method Details

Read() public static method

public static Read ( byte buf, int c, TextMessage tm ) : int
buf byte
c int
tm TextMessage
return int

Property Details

LineNumber public property

public byte LineNumber
return byte

Text public property

public string Text
return string

TextLength public property

public byte TextLength
return byte