Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 94/109
SSC Method List (CHG 2N/CHG 4N)
14.16 /device/language
Parameter type: String
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: User-settable value determining the language to be used for values returned by the
server which are meant to be displayed to the user. Examples are /osc/error/desc, /osc/limits/.../
desc, /osc/limits/.../option_desc.
An SSC Client can determine the possible language options by querying /osc/limits/device/lan-
guage.
Languages are encoded with 2-3-letter-codes as per the locale convention. Default language is Brit-
ish English, "en_GB".
Support for languages is optional. Restricted SSC Servers may omit description texts completely;
they should return an empty string for /device/language. Servers offering only one fixed language
should return that for /device/language, and refuse attempts to change it.
Example:
TX: {"device":{"language":null}}
RX: {"device":{"language":["en_GB"]}}
14.17 /device/location
Parameter type: String
Permission: Read/Write, Subscribe-able
Post-condition: The change has immediate effect.
Description: Method to retrieve/modify the location name.
Example:
TX: {"device":{"location":null}}
RX: {"device":{"location":"Meeting Room A"}
14.18 /device/identity/product
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Product identification, should be identical to the designation on the label on the product
itself or to the included electronic/component.
Example CHG 2N:
TX: {"device":{"identity":{"product":null}}}
RX: {"device":{"identity":{"product":"CHG2N"}}}
Example CHG 4N:
TX: {"device":{"identity":{"product":null}}}
RX: {"device":{"identity":{"product":"CHG4N"}}}
14.19 /device/identity/version
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.