C# Class X13.Periphery.MsConnect

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

Public Properties

Property Type Description
CleanSession bool
ClientId string
Duration ushort
Will bool

Public Methods

Method Description
GetBytes ( ) : byte[]
MsConnect ( byte buf, int start, int end ) : System
ToString ( ) : string

Method Details

GetBytes() public method

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

MsConnect() public method

public MsConnect ( 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

CleanSession public_oe property

public bool CleanSession
return bool

ClientId public_oe property

public string ClientId
return string

Duration public_oe property

public ushort Duration
return ushort

Will public_oe property

public bool Will
return bool