C# Class X13.Periphery.MsConnect

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

Méthodes publiques

Свойство Type Description
CleanSession bool
ClientId string
Duration ushort
Will bool

Méthodes publiques

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

Method Details

GetBytes() public méthode

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

MsConnect() public méthode

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

CleanSession public_oe property

public bool CleanSession
Résultat bool

ClientId public_oe property

public string ClientId
Résultat string

Duration public_oe property

public ushort Duration
Résultat ushort

Will public_oe property

public bool Will
Résultat bool