String
String
String
Number
String
String
DeviceInfo
DeviceInfo
DeviceInfo
DeviceInfo
DeviceInfo
DeviceInfo
String
Get the Carrier
Kind: Instance method of DeviceInfo
Returns: String
- the KEY_CARRIER value
String
Get the FirmwareRev
Kind: Instance method of DeviceInfo
Returns: String
- the KEY_FIRMWARE_REV value
String
Get the Hardware
Kind: Instance method of DeviceInfo
Returns: String
- the KEY_HARDWARE value
Number
Get the MaxNumberRFCOMMPorts
Kind: Instance method of DeviceInfo
Returns: Number
- the KEY_MAX_NUMBER_RFCOMM_PORTS value
String
Get the Os
Kind: Instance method of DeviceInfo
Returns: String
- the KEY_OS value
String
Get the OsVersion
Kind: Instance method of DeviceInfo
Returns: String
- the KEY_OS_VERSION value
DeviceInfo
Set the Carrier
Kind: Instance method of DeviceInfo
Returns: DeviceInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
carrier | String |
Device mobile carrier (if applicable) - The desired Carrier. {'string_min_length': 0, 'string_max_length': 500} |
DeviceInfo
Set the FirmwareRev
Kind: Instance method of DeviceInfo
Returns: DeviceInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
rev | String |
Device firmware revision - The desired FirmwareRev. {'string_min_length': 0, 'string_max_length': 500} |
DeviceInfo
Set the Hardware
Kind: Instance method of DeviceInfo
Returns: DeviceInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
hardware | String |
Device model - The desired Hardware. {'string_min_length': 0, 'string_max_length': 500} |
DeviceInfo
Set the MaxNumberRFCOMMPorts
Kind: Instance method of DeviceInfo
Returns: DeviceInfo
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
ports | Number |
Omitted if connected not via BT. - The desired MaxNumberRFCOMMPorts. {'num_min_value': 0, 'num_max_value': 100} |