C# Class X13.Periphery.MsRegAck

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

Public Properties

Property Type Description
RetCode MsReturnCode
TopicId ushort

Public Methods

Method Description
GetBytes ( ) : byte[]
MsRegAck ( byte buf, int start, int end ) : System
MsRegAck ( ushort topicId, ushort messageId, MsReturnCode code ) : System
ToString ( ) : string

Method Details

GetBytes() public method

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

MsRegAck() public method

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

MsRegAck() public method

public MsRegAck ( ushort topicId, ushort messageId, MsReturnCode code ) : System
topicId ushort
messageId ushort
code MsReturnCode
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

RetCode public_oe property

public MsReturnCode RetCode
return MsReturnCode

TopicId public_oe property

public ushort TopicId
return ushort