FMTcpSendSuccessArgs Class Reference

Inherits from FMTcpOutputArgs : FMDynamic : FMSerializable : NSObject
Declared in FM.h

Overview

TCP send-success arguments.

– buffer

Gets the original buffer of data to send.

- (NSMutableData *)buffer

Discussion

Gets the original buffer of data to send.

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– setBuffer:

Sets the original buffer of data to send.

- (void)setBuffer:(NSMutableData *)value

Discussion

Sets the original buffer of data to send.

Declared In

FM.h

– setTimeout:

Sets the original timeout.

- (void)setTimeout:(int)value

Discussion

Sets the original timeout.

Declared In

FM.h

– timeout

Gets the original timeout.

- (int)timeout

Discussion

Gets the original timeout.

Declared In

FM.h