FMIceLinkIWebSocket Protocol Reference
| Declared in | FMIceLinkIWebSocket.h | 
|---|
– bufferedAmount
required method
	
Gets the number of bytes buffered in the send queue.
			- (int)bufferedAmountDiscussion
Gets the number of bytes buffered in the send queue.
			Declared In
FMIceLinkIWebSocket.h
– close
required method
	
Closes the WebSocket connection.
			- (void)closeDiscussion
Closes the WebSocket connection.
			Declared In
FMIceLinkIWebSocket.h
– closeWithCloseArgs:
required method
	
Closes the WebSocket connection.
			- (void)closeWithCloseArgs:(FMIceLinkWebSocketCloseArgs *)closeArgsParameters
closeArgs | 
						The close arguments  | 
					
|---|
Discussion
Closes the WebSocket connection.
			Declared In
FMIceLinkIWebSocket.h
– isOpen
required method
	
Gets a value indicating whether the WebSocket is connected.
			- (bool)isOpenDiscussion
Gets a value indicating whether the WebSocket is connected.
			Declared In
FMIceLinkIWebSocket.h
– openWithOpenArgs:
required method
	
Opens the WebSocket connection.
			- (void)openWithOpenArgs:(FMIceLinkWebSocketOpenArgs *)openArgsParameters
openArgs | 
						The open arguments.  | 
					
|---|
Discussion
Opens the WebSocket connection.
			Declared In
FMIceLinkIWebSocket.h
– secure
required method
	
Gets a value indicating whether the WebSocket is secure.
			- (bool)secureDiscussion
Gets a value indicating whether the WebSocket is secure.
			Declared In
FMIceLinkIWebSocket.h
– sendWithSendArgs:
required method
	
Sends a message to the WebSocket server.
			- (void)sendWithSendArgs:(FMIceLinkWebSocketSendArgs *)sendArgsParameters
sendArgs | 
						The send arguments.  | 
					
|---|
Discussion
Sends a message to the WebSocket server.
			Declared In
FMIceLinkIWebSocket.h