FMIceLinkDatagramSocket Class Reference
| Inherits from | FMIceLinkManagedSocket : NSObject | 
|---|---|
| Declared in | FMIceLinkDatagramSocket.h FMIceLinkDatagramSocket.m  | 
– maxQueuedPackets
	- (int)maxQueuedPacketsDiscussion
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveFailureWithCallback:exception:
	- (void)raiseReceiveFailureWithCallback:(FMIceLinkAction1 *)callback exception:(NSException *)exceptionParameters
callback | 
						The callback.  | 
					
|---|---|
exception | 
						The exception.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveFailureWithCallbackBlock:exception:
	- (void)raiseReceiveFailureWithCallbackBlock:(void ( ^ ) ( NSException *))callbackBlock exception:(NSException *)exceptionParameters
callbackBlock | 
						The callback.  | 
					
|---|---|
exception | 
						The exception.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveFailureWithCallbackBlockAndException
	@inlineparam callbackBlock The callback. @inlineparam exception The exception.
- (void ( ^ ) ( void ( ^ ) ( NSException *) , NSException *))raiseReceiveFailureWithCallbackBlockAndExceptionDiscussion
@inlineparam callbackBlock The callback. @inlineparam exception The exception.
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveSuccessWithCallback:buffer:ipAddress:port:
	- (void)raiseReceiveSuccessWithCallback:(FMIceLinkAction3 *)callback buffer:(FMIceLinkDataBuffer *)buffer ipAddress:(NSString *)ipAddress port:(int)portParameters
callback | 
						The callback.  | 
					
|---|---|
buffer | 
						The buffer.  | 
					
ipAddress | 
						The IP address.  | 
					
port | 
						The port.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveSuccessWithCallbackBlock:buffer:ipAddress:port:
	- (void)raiseReceiveSuccessWithCallbackBlock:(void ( ^ ) ( FMIceLinkDataBuffer *, NSString *, int ))callbackBlock buffer:(FMIceLinkDataBuffer *)buffer ipAddress:(NSString *)ipAddress port:(int)portParameters
callbackBlock | 
						The callback.  | 
					
|---|---|
buffer | 
						The buffer.  | 
					
ipAddress | 
						The IP address.  | 
					
port | 
						The port.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– raiseReceiveSuccessWithCallbackBlockAndBufferAndIPAddressAndPort
	@inlineparam callbackBlock The callback. @inlineparam buffer The buffer. @inlineparam ipAddress The IP address. @inlineparam port The port.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDataBuffer *, NSString *, int ) , FMIceLinkDataBuffer *, NSString *, int ))raiseReceiveSuccessWithCallbackBlockAndBufferAndIPAddressAndPortDiscussion
@inlineparam callbackBlock The callback. @inlineparam buffer The buffer. @inlineparam ipAddress The IP address. @inlineparam port The port.
Declared In
FMIceLinkDatagramSocket.h
– receiveAsyncWithOnSuccess:onFailure:
	- (void)receiveAsyncWithOnSuccess:(FMIceLinkAction3 *)onSuccess onFailure:(FMIceLinkAction1 *)onFailureParameters
onSuccess | 
						The callback to invoke on success.  | 
					
|---|---|
onFailure | 
						The callback to invoke on failure.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– receiveAsyncWithOnSuccessBlock:onFailureBlock:
	- (void)receiveAsyncWithOnSuccessBlock:(void ( ^ ) ( FMIceLinkDataBuffer *, NSString *, int ))onSuccessBlock onFailureBlock:(void ( ^ ) ( NSException *))onFailureBlockParameters
onSuccessBlock | 
						The callback to invoke on success.  | 
					
|---|---|
onFailureBlock | 
						The callback to invoke on failure.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– receiveAsyncWithOnSuccessBlockAndOnFailureBlock
	@inlineparam onSuccessBlock The callback to invoke on success. @inlineparam onFailureBlock The callback to invoke on failure.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkDataBuffer *, NSString *, int ) , void ( ^ ) ( NSException *) ))receiveAsyncWithOnSuccessBlockAndOnFailureBlockDiscussion
@inlineparam onSuccessBlock The callback to invoke on success. @inlineparam onFailureBlock The callback to invoke on failure.
Declared In
FMIceLinkDatagramSocket.h
– sendWithBuffer:ipAddress:port:
	- (int)sendWithBuffer:(FMIceLinkDataBuffer *)buffer ipAddress:(NSString *)ipAddress port:(int)portParameters
buffer | 
						The buffer.  | 
					
|---|---|
ipAddress | 
						The remote IP address.  | 
					
port | 
						The remote port.  | 
					
Discussion
Declared In
FMIceLinkDatagramSocket.h
– setMaxQueuedPackets:
	- (void)setMaxQueuedPackets:(int)valueDiscussion
Declared In
FMIceLinkDatagramSocket.h