3.3.4.7.2.1 OnDeviceAdded
-
<xsd:element name="OnDeviceAdded"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="idStation" type="xsd:unsignedInt"/> <xsd:element minOccurs="1" maxOccurs="1" name="eType" type="xsd:unsignedInt"/> <xsd:element minOccurs="1" maxOccurs="1" name="cDevices" type="xsd:unsignedInt"/> </xsd:sequence> </xsd:complexType> </xsd:element>
idStation: Contains the ID of the MultiPoint Station. This is an unsigned integer with a range of 1 - n, where n is the number of stations currently available on the server.
eType: Contains the type of device the request is for with the following possible values.
-
Value
Meaning
0
Unknown
1
Keyboard
2
Mouse
3
audio
4
consumer control
5
volume
6
image
7
hid
8
usb hub
9
usb root hub
10
usb composite hub
11
monitor
12
disk drive
13
host controller
14
mass storage device
15
usb device
16
unfiltered keyboard
17
unfiltered mouse
18
unfiltered volume
19
unfiltered image
20
redirected usb
21
virtual gpu
22
touch screen
cDevices: Contains the number of devices.