3.8.4.12.3.1 IdentifyStationRequestBody

 <xsd:complexType name="IdentifyStationRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="idStation" type="xsd:unsignedInt"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsStationName" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsStationHost" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="wsSessionHost" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="eAction" type="xsd:unsignedInt"/>
   </xsd:sequence>
 </xsd:complexType>

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.

wsStationName: Contains the friendly name of the station.

wsStationHost: Contains the host name of machine hosting the station.

wsSessionHost: Contains the host name of the machine hosting the session associated with the station.

eAction: Contains the action to perform; 0: update station information, or 1: display station-identification on associated display.