NGLocalSocketAddress
Inherits From: NSObject
Conforms To: NGSocketAddress
NSCopying
Declared In: NGLocalSocketAddress.h
Methods: + addressWithPath: , + address , - initWithPath: , - init , - path , - isEqualToAddress: , - isEqual: , - canSendOnAddress , - canReceiveOnAddress


Class Description
No class description.


Instance Variables
NSString *path;
void *address;

pathNo description.
addressNo description.



Method Types
+ addressWithPath:
+ address
- initWithPath:
- init
- path
- isEqualToAddress:
- isEqual:
- canSendOnAddress
- canReceiveOnAddress


Class Methods
address
+ (id)address
No method description.

addressWithPath:
+ (id)addressWithPath:(NSString *)_path
No method description.


Instance Methods
canReceiveOnAddress
- (BOOL)canReceiveOnAddress
No method description.

canSendOnAddress
- (BOOL)canSendOnAddress
No method description.

init
- (id)init
No method description.

initWithPath:
- (id)initWithPath:(NSString *)_path
No method description.

isEqual:
- (BOOL)isEqual:(id)_obj
No method description.

isEqualToAddress:
- (BOOL)isEqualToAddress:(NGLocalSocketAddress *)_addr
No method description.

path
- (NSString *)path
No method description.


Version 1.2 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.