Table of Contents

WebSocketMessageType element

Specifies the format in which the message should be sent.

Type

EnumWebSocketMessageType

Parent

Command

Remarks

By default, the message is sent in binary format.

Examples

<Command id="1">
   <Name>Message</Name>
   <WebSocketMessageType>text</WebSocketMessageType>
   <Content>
      <Param>2</Param>
   </Content>
</Command>