synchronized void
| delete ()
|
String
| getDeviceId ()
|
String
| getUserAgent (long resultIndex)
|
int
| getUserAgents ()
|
|
synchronized void
| delete ()
|
void
| close ()
|
int
| getAvailableProperties ()
|
boolean
| containsProperty (String propertyName)
|
VectorStringSwig
| getProperties ()
|
String
| getPropertyName (int requiredPropertyIndex)
|
VectorStringValuesSwig
| getValues (String propertyName)
|
VectorStringValuesSwig
| getValues (int requiredPropertyIndex)
|
StringValueSwig
| getValueAsString (String propertyName)
|
StringValueSwig
| getValueAsString (int requiredPropertyIndex)
|
BoolValueSwig
| getValueAsBool (String propertyName)
|
BoolValueSwig
| getValueAsBool (int requiredPropertyIndex)
|
IntegerValueSwig
| getValueAsInteger (String propertyName)
|
IntegerValueSwig
| getValueAsInteger (int requiredPropertyIndex)
|
DoubleValueSwig
| getValueAsDouble (String propertyName)
|
DoubleValueSwig
| getValueAsDouble (int requiredPropertyIndex)
|
StringValueSwig
| getValueAsString (String propertyName, long propertyNameLength)
|
VectorStringValuesSwig
| getValues (String propertyName, long propertyNameLength)
|
BoolValueSwig
| getValueAsBool (String propertyName, long propertyNameLength)
|
IntegerValueSwig
| getValueAsInteger (String propertyName, long propertyNameLength)
|
DoubleValueSwig
| getValueAsDouble (String propertyName, long propertyNameLength)
|
boolean
| containsProperty (String propertyName, long propertyNameLength)
|