C# Class X13.Periphery.MsConnect

Inheritance: MsMessage
Show 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 property

public bool CleanSession
return bool

ClientId public property

public string ClientId
return string

Duration public property

public ushort Duration
return ushort

Will public property

public bool Will
return bool