IXConnection MembersiQSim © XIQS Communication Framework

The IXConnection type exposes the following members.
Methods

  NameDescription
Public methodClose
Close current connection
Public methodConnect 
Open a connection to the previously set xiqs server
Public methodConnect(Int32)
Open a connection to the previously set xiqs server.
Public methodGetStream
Get current connection underlying Stream object
Public methodReadEvent 
Read an event sent by the xiqs server after a command execution
Public methodReadEvent(Boolean)
Read an event sent by the xiqs server after a command execution. This command can block calling thread until an event object is received from server.
Public methodSendCommand
Send a command to the xiqs server
Back to Top
Properties

  NameDescription
Public propertyCid
Get current connection "cid" attribute
Public propertyConnected
Test if current connection is connected
Back to Top
See Also