BinaryMessage UDR (3.2)
The BinaryMessage UDR is used for sending binary data over a websocket. The following fields are included in the BinaryMessage UDR:
Field | Description |
---|---|
data (bytarray) | This field contains the data in bytarray format. |
URI (string) | This field contains the Uniform Resource Identifier in string format. |
securityInformation (TLSInformation (websocket)) | This field contains information about the certificate chain and also which protocol and cipher suite are used. |