FMIceLinkUdpSocket Class Reference
| Inherits from | FMIceLinkDatagramSocket : FMIceLinkManagedSocket : NSObject | 
|---|---|
| Declared in | FMIceLinkUdpSocket.h FMIceLinkUdpSocket.m  | 
– ipv6
	
Gets a value indicating whether the socket supports IPv6.
			- (bool)ipv6Discussion
Gets a value indicating whether the socket supports IPv6.
			Declared In
FMIceLinkManagedSocket.h
– isClosed
	
Gets a value indicating whether this instance is closed.
			- (bool)isClosedDiscussion
Gets a value indicating whether this instance is closed.
			Declared In
FMIceLinkManagedSocket.h
– localIPAddress
	
Gets the local IP address.
			- (NSString *)localIPAddressDiscussion
Gets the local IP address.
			Declared In
FMIceLinkManagedSocket.h
– localPort
	
Gets the local port.
			- (int)localPortDiscussion
Gets the local port.
			Declared In
FMIceLinkManagedSocket.h
– maxQueuedPackets
	
Gets the maximum number of packets
that can be queued at any given point in time.
			- (int)maxQueuedPacketsDiscussion
Gets the maximum number of packets
that can be queued at any given point in time.
			Declared In
FMIceLinkDatagramSocket.h
– setMaxQueuedPackets:
	
Sets the maximum number of packets
that can be queued at any given point in time.
			- (void)setMaxQueuedPackets:(int)maxQueuedPacketsDiscussion
Sets the maximum number of packets
that can be queued at any given point in time.
			Declared In
FMIceLinkDatagramSocket.h
– bindWithIPAddress:port:addressInUse:
	
Binds the socket to a local endpoint.
			- (bool)bindWithIPAddress:(NSString *)ipAddress port:(int)port addressInUse:(bool *)addressInUseParameters
ipAddress | 
						The local IP address.  | 
					
|---|---|
port | 
						The local port.  | 
					
addressInUse | 
						Indicates that access to the address is forbidden or in use.  | 
					
Discussion
Binds the socket to a local endpoint.
			Declared In
FMIceLinkManagedSocket.h
– sendWithBuffer:ipAddress:port:
	
Sends data synchronously.
			- (int)sendWithBuffer:(FMIceLinkDataBuffer *)buffer ipAddress:(NSString *)ipAddress port:(int)portParameters
buffer | 
						The buffer.  | 
					
|---|---|
ipAddress | 
						The remote IP address.  | 
					
port | 
						The remote port.  | 
					
Discussion
Sends data synchronously.
			Declared In
FMIceLinkDatagramSocket.h
– receiveAsyncWithOnSuccess:onFailure:
	
Receives data asynchronously.
			- (void)receiveAsyncWithOnSuccess:(FMIceLinkAction3 *)onSuccess onFailure:(FMIceLinkAction1 *)onFailureParameters
onSuccess | 
						The callback to invoke on success.  | 
					
|---|---|
onFailure | 
						The callback to invoke on failure.  | 
					
Discussion
Receives data asynchronously.
			Declared In
FMIceLinkDatagramSocket.h
– close
	
Closes the socket.
			- (void)closeDiscussion
Closes the socket.
			Declared In
FMIceLinkManagedSocket.h