|
bool | Connect (string Address) |
|
bool | Connect (string Address, int Port) |
|
bool | Connect (string Address, int Port, uint UID) |
|
void | Disconnect () |
|
bool | SendHelo (string DevName, IconType IconType, string IconFile) |
|
bool | SendHelo (string DevName) |
|
bool | SendNotification (string Caption, string Message, IconType IconType, string IconFile) |
|
bool | SendNotification (string Caption, string Message) |
|
bool | SendButton (string Button, string DeviceMap, ButtonFlagsType Flags, short Amount) |
|
bool | SendButton (string Button, string DeviceMap, ButtonFlagsType Flags) |
|
bool | SendButton (ushort ButtonCode, string DeviceMap, ButtonFlagsType Flags, short Amount) |
|
bool | SendButton (ushort ButtonCode, string DeviceMap, ButtonFlagsType Flags) |
|
bool | SendButton (ushort ButtonCode, ButtonFlagsType Flags, short Amount) |
|
bool | SendButton (ushort ButtonCode, ButtonFlagsType Flags) |
|
bool | SendButton () |
|
bool | SendPing () |
|
bool | SendBye () |
|
bool | SendMouse (ushort X, ushort Y, MouseFlagsType Flags) |
|
bool | SendMouse (ushort X, ushort Y) |
|
bool | SendLog (LogTypeEnum LogLevel, string Message) |
|
bool | SendAction (ActionType Action, string Message) |
|
bool | SendAction (string Message) |
|