Wired Networking  2.0
Objective-C implementation of the Wired 2.0 protocol
WIP7Socket Class Reference
Collaboration diagram for WIP7Socket:

List of all members.

Public Member Functions

(id) - initWithSocket:spec:
(void) - setDelegate:
(id) - delegate
(WISocket *) - socket
(wi_p7_socket_t *) - P7Socket
(WIP7Spec *) - spec
(NSUInteger) - options
(WIP7Serialization) - serialization
(NSString *) - remoteProtocolName
(NSString *) - remoteProtocolVersion
(BOOL) - usesEncryption
(NSString *) - cipherName
(NSUInteger) - cipherBits
(BOOL) - usesCompression
(double) - compressionRatio
(BOOL) - verifyMessage:error:
(BOOL) - connectWithOptions:serialization:username:password:timeout:error:
(BOOL) - acceptWithOptions:timeout:error:
(void) - close
(BOOL) - writeMessage:timeout:error:
(WIP7Message *) - readMessageWithTimeout:error:
(BOOL) - writeOOBData:length:timeout:error:
(NSInteger) - readOOBData:timeout:error:

Protected Attributes

id delegate
WISocket_socket
WIP7Spec_spec
WIError_readTimeoutError
wi_p7_socket_t * _p7Socket

Detailed Description

Definition at line 46 of file WIP7Socket.h.


The documentation for this class was generated from the following files:
 All Classes