Méthode | Description | |
---|---|---|
AddChannel ( QosType value ) : byte |
|
|
ConnectionConfig ( ) : System |
Will create default connection config or will copy them from another.
|
|
ConnectionConfig ( |
Will create default connection config or will copy them from another.
|
|
GetChannel ( byte idx ) : QosType |
Return the QoS set for the given channel or throw an out of range exception.
|
|
Validate ( |
Validate parameters of connection config. Will throw exceptions if parameters are incorrect.
|
public AddChannel ( QosType value ) : byte | ||
value | QosType | Add new channel to configuration. |
Résultat | byte |
public ConnectionConfig ( |
||
config | Connection config. | |
Résultat | System |
public GetChannel ( byte idx ) : QosType | ||
idx | byte | Index in array. |
Résultat | QosType |
public static Validate ( |
||
config | ||
Résultat | void |