C# Class X13.Periphery.MsMessage

Mostra file Open project: X13home/X13.Host Class Usage Examples

Public Properties

Property Type Description
MsgTyp MsMessageType

Protected Properties

Property Type Description
_length ushort
enc System.Text.UTF8Encoding

Public Methods

Method Description
GetBytes ( ) : byte[]
MsMessage ( MsMessageType type ) : System
Parse ( byte buf, int start, int end ) : MsMessage
ToString ( ) : string

Protected Methods

Method Description
MsMessage ( byte buf, int start, int end ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

MsMessage() public method

public MsMessage ( MsMessageType type ) : System
type MsMessageType
return System

MsMessage() protected method

protected MsMessage ( byte buf, int start, int end ) : System
buf byte
start int
end int
return System

Parse() public static method

public static Parse ( byte buf, int start, int end ) : MsMessage
buf byte
start int
end int
return MsMessage

ToString() public method

public ToString ( ) : string
return string

Property Details

MsgTyp public_oe property

public MsMessageType MsgTyp
return MsMessageType

_length protected_oe property

protected ushort _length
return ushort

enc protected_oe static_oe property

protected static UTF8Encoding,System.Text enc
return System.Text.UTF8Encoding