|
Wired Networking
2.0
Objective-C implementation of the Wired 2.0 protocol
|
Public Member Functions | |
| (id) | - initWithPath:originator:error: |
| (id) | - initWithString:originator:error: |
| (wi_p7_spec_t *) | - spec |
| (NSString *) | - protocolName |
| (NSString *) | - protocolVersion |
| (wi_string_t *) | - fieldNameForName: |
| (NSUInteger) | - fieldIDForName: |
| (NSArray *) | - fields |
| (NSArray *) | - messages |
| (WIP7SpecMessage *) | - messageWithName: |
| (BOOL) | - verifyMessage:error: |
Protected Attributes | |
| wi_p7_spec_t * | _spec |
| CFMutableDictionaryRef | _fieldNames |
| CFMutableDictionaryRef | _fieldIDs |
| NSMutableArray * | _fields |
| NSMutableArray * | _messages |
| NSMutableDictionary * | _parameters |
Definition at line 41 of file WIP7Spec.h.