FMIceLinkWebSocketCloseCompleteArgs Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkWebSocketCloseCompleteArgs.h FMIceLinkWebSocketCloseCompleteArgs.m  | 
– closeArgs
	
Gets the original arguments passed to the close method.
			- (FMIceLinkWebSocketCloseArgs *)closeArgsDiscussion
Gets the original arguments passed to the close method.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h
– reason
	
Gets the reason given for closing the connection.
			- (NSString *)reasonDiscussion
Gets the reason given for closing the connection.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h
– setCloseArgs:
	
Sets the original arguments passed to the close method.
			- (void)setCloseArgs:(FMIceLinkWebSocketCloseArgs *)valueDiscussion
Sets the original arguments passed to the close method.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h
– setReason:
	
Sets the [reason](#//api/name/reason) given for closing the connection.
			- (void)setReason:(NSString *)valueDiscussion
Sets the [reason](#//api/name/reason) given for closing the connection.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h
– setStatusCode:
	
Sets the status code associated with the close operation.
			- (void)setStatusCode:(FMIceLinkWebSocketStatusCode)valueDiscussion
Sets the status code associated with the close operation.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h
– statusCode
	
Gets the status code associated with the close operation.
			- (FMIceLinkWebSocketStatusCode)statusCodeDiscussion
Gets the status code associated with the close operation.
			Declared In
FMIceLinkWebSocketCloseCompleteArgs.h