Property | Type | Description | |
---|---|---|---|
dt | long |
Method | Description | |
---|---|---|
GetCallback ( string Command, object Parameter ) : object | ||
Pipe ( string Name ) : System | ||
Pipe ( string Name, bool Connect = false ) : System | ||
WriteCommand ( string Command, object Parameter ) : void | ||
WriteString ( string MSG ) : void |
Method | Description | |
---|---|---|
GetStringCallback ( ) : object>.KeyValuePair |
public GetCallback ( string Command, object Parameter ) : object | ||
Command | string | |
Parameter | object | |
return | object |
public Pipe ( string Name, bool Connect = false ) : System | ||
Name | string | |
Connect | bool | |
return | System |
public WriteCommand ( string Command, object Parameter ) : void | ||
Command | string | |
Parameter | object | |
return | void |