C# Class X13.Periphery.MsRegAck

Inheritance: MsMessage
Afficher le fichier Open project: X13home/X13.Host Class Usage Examples

Méthodes publiques

Свойство Type Description
RetCode MsReturnCode
TopicId ushort

Méthodes publiques

Méthode 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 méthode

public GetBytes ( ) : byte[]
Résultat byte[]

MsRegAck() public méthode

public MsRegAck ( byte buf, int start, int end ) : System
buf byte
start int
end int
Résultat System

MsRegAck() public méthode

public MsRegAck ( ushort topicId, ushort messageId, MsReturnCode code ) : System
topicId ushort
messageId ushort
code MsReturnCode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

RetCode public_oe property

public MsReturnCode RetCode
Résultat MsReturnCode

TopicId public_oe property

public ushort TopicId
Résultat ushort