class IGC100ControlPoint

Interface class for GC100ControlPoint

Inheritance:


Public Methods

[more]virtual string doAction(string uuid, string connector, string module, string code)
Performs the specified action on searched GCDevice from uuid, connection and module
[more]virtual void setGCUpdateListener(IGCUpdateListener* gcUpdateListener )
Register client for GC device update listener.
[more]virtual string configureSerialPort(string uuid, string module, string connector, string serialPortSettings)
Configures the Serial Port of searched GCDevice from uuid, connection and module


Documentation

Interface class for GC100ControlPoint
ovirtual string doAction(string uuid, string connector, string module, string code)
Performs the specified action on searched GCDevice from uuid, connection and module
Parameters:
uuid - a String Value of UUID(unique identification number) of device
connector - a String Value of connector address
module - a String Value of module address
code - a String Value of command in form of entire code
Returns:
response of the action

ovirtual void setGCUpdateListener(IGCUpdateListener* gcUpdateListener )
Register client for GC device update listener. In case of any update, registered client will be updated.
Parameters:
Object - of GCUpdataListener

ovirtual string configureSerialPort(string uuid, string module, string connector, string serialPortSettings)
Configures the Serial Port of searched GCDevice from uuid, connection and module
Parameters:
uuid - a String Value of UUID(unique identification number)
connector - a String Value of connector address
module - a String Value of module address
serialPortSettings - a String Value of serial port settings i.e baud rate, number of stop bits, parity bit etc.
Returns:
response of the action


Direct child classes:
GC100ControlPoint
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
$Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.