Error Messages
 ç 
 æ 
Escaping
 An escape sequence is a sequence of characters that does not represent itself when used 
The original
  CALL /MEDIA/UART/P1:sendMessage(Set(01))
The escaped
  CALL /MEDIA/UART/P1:sendMessage(Set\(01\))
GET
 æ 
A Short Example of How to Use the Subscription
Connection #1 
and Connection #2). The events in the rows occur after each other.
 ç 
 æ 
 ç 
 æ 
 ç 
 æ 
 ç 
 æ 
 æ 
Connection #1Connection #2
Connection #1
Connection #2
Connection #1
}
}
Subscription
 
ATTENTION!  The subscriptions are handled separately for connections. Hence, if the connection is 
Subscribe to a Node
 ç 
 æ 
Get the Active Subscriptions
 ç 
 æ 
 æ 
 æ 
Subscribe to Multiple Nodes
 ç 
 æ 
Unsubscribe from a Node
 ç 
 æ 
Unsubscribe from Multiple Nodes
 ç 
 æ