FMIceLinkWebSocketCloseCompleteArgs Class Reference

Inherits from FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkWebSocketCloseCompleteArgs.h
FMIceLinkWebSocketCloseCompleteArgs.m

Overview

Arguments for FMIceLinkWebSocketCloseArgs#onComplete.

– closeArgs

Gets the original arguments passed to the close method.
- (FMIceLinkWebSocketCloseArgs *)closeArgs

Discussion

Gets the original arguments passed to the close method.

Declared In

FMIceLinkWebSocketCloseCompleteArgs.h

– init

- (instancetype)init

Declared In

FMIceLinkSerializable.h

– reason

Gets the reason given for closing the connection.
- (NSString *)reason

Discussion

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 *)value

Discussion

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 *)value

Discussion

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)value

Discussion

Sets the status code associated with the close operation.

Declared In

FMIceLinkWebSocketCloseCompleteArgs.h

– statusCode

Gets the status code associated with the close operation.
- (FMIceLinkWebSocketStatusCode)statusCode

Discussion

Gets the status code associated with the close operation.

Declared In

FMIceLinkWebSocketCloseCompleteArgs.h