C# Class X13.Periphery.MsRegister

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

Public Properties

Property Type Description
TopicId ushort
TopicPath string

Public Methods

Method Description
GetBytes ( ) : byte[]
MsRegister ( byte buf, int start, int end ) : System
MsRegister ( ushort topicId, string topicPath ) : System
ToString ( ) : string

Method Details

GetBytes() public method

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

MsRegister() public method

public MsRegister ( byte buf, int start, int end ) : System
buf byte
start int
end int
return System

MsRegister() public method

public MsRegister ( ushort topicId, string topicPath ) : System
topicId ushort
topicPath string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

TopicId public_oe property

public ushort TopicId
return ushort

TopicPath public_oe property

public string TopicPath
return string