C# Class AmericasCup.Data.TextMessage

Exibir arquivo 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_oe property

public byte LineNumber
return byte

Text public_oe property

public string Text
return string

TextLength public_oe property

public byte TextLength
return byte