C# Class X13.Periphery.MsWillMsg

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

Public Properties

Property Type Description
Payload byte[]

Public Methods

Method Description
GetBytes ( ) : byte[]
MsWillMsg ( byte buf, int start, int end ) : System

Method Details

GetBytes() public method

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

MsWillMsg() public method

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

Property Details

Payload public_oe property

public byte[] Payload
return byte[]