Cards message, Cards element, Card element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 35

XML SDK V8.7.0 Remote Control Interface
Information messages
27
Cards message
<Message version="1.0">
<Information>
<Cards>
Content
</Cards>
</Information>
</Message>
Cards element
Attribute List
This element has no attributes.
Content
The content is a sequence of one or more of Card elements.
Card element
<Message version="1.0">
<Information>
<Cards>
<Card number="1" name="CardA" device="W51PC" serial-nr="0210125807" remote-access="yes" sta-
tus="ready" connections="1"/>
</Cards>
</Information>
</Message>
Attribute List
number
Serial number of the card. This attribute is implied and is an integer between 1 and 8.
name
Name of the card. This attribute is implied and a string.
device
Device type. This attribute is implied and a string.
Device type is a choice among the following systems:
"W51PC"
"W61PC"
"WCODE"
serial-nr
Serial number. This attribute is implied and a string.
remote-access
Toggle remote access to the card. In this case remote access is understood as access from another sys-
tem (PC) and not access through the RCI. This attribute is implied and a choice between “yes” and “no”.
status
Status of the card. This attribute is implied and is a choice between “unknown”, “initialize”, “ready”, “er-
ror”, “load-error”, “card-in-use”, “no-card”, “timeout”, “driver-error”, “driver-conflict” and “buffer-
overflow”.
connections
The number of connections to a specific card. This attribute is implied and a string.
Content
This element has no content.