C# Class X13.Periphery.MsForward

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

Méthodes publiques

Свойство Type Description
addr byte[]
msg MsMessage

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
MsForward ( byte addr, MsMessage msg ) : System
MsForward ( byte buf, int start, int end ) : System
ToString ( ) : string

Method Details

GetBytes() public méthode

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

MsForward() public méthode

public MsForward ( byte addr, MsMessage msg ) : System
addr byte
msg MsMessage
Résultat System

MsForward() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

addr public_oe property

public byte[] addr
Résultat byte[]

msg public_oe property

public MsMessage,X13.Periphery msg
Résultat MsMessage