org.indi.clientmessages
Class GetProperties
java.lang.Object
org.indi.clientmessages.GetProperties
- All Implemented Interfaces:
- java.io.Serializable
public class GetProperties
- extends java.lang.Object
- implements java.io.Serializable
A getProperties message as defined by the INDI protocol
- Author:
- Dirk Hünniger
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
device
the name of the device to get the properties for all if null |
java.lang.String |
version
the version of the indi protocol requested in this request |
Constructor Summary |
GetProperties(java.lang.String version,
java.lang.String device)
class constructor |
Method Summary |
java.lang.String |
getXML()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public java.lang.String version
- the version of the indi protocol requested in this request
device
public java.lang.String device
- the name of the device to get the properties for all if null
GetProperties
public GetProperties(java.lang.String version,
java.lang.String device)
- class constructor
- Parameters:
version
- the version of the indi protocol requested in this requestdevice
- the name of the device to get the properties for all if
null
getXML
public java.lang.String getXML()
- Returns:
- the xml representation of the GetProperties message
Copyright © 2008. All Rights Reserved.