C# Class X13.Periphery.MsForward

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

Public Properties

Property Type Description
addr byte[]
msg MsMessage

Public Methods

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

Method Details

GetBytes() public method

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

MsForward() public method

public MsForward ( byte addr, MsMessage msg ) : System
addr byte
msg MsMessage
return System

MsForward() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

addr public_oe property

public byte[] addr
return byte[]

msg public_oe property

public MsMessage,X13.Periphery msg
return MsMessage