DMA Release 0.8 Copyright ©1994 by Genesis Project, Ltd. All Rights Reserved.
MiscRemoteApplication |
Inherits From: | Object | |
Conforms To: | NXSenderIsInvalid | |
Declared In: | misckit/MiscRemoteApplication.h |
Class Description |
The MiscRemoteApplication class encapsulates the process of launching and communicating with another application. |
Instance Variables |
const char*portName; const char*appName; const char*appPath; id proxy; id connection; id protocol; id delegate; int retryCount; int retrySeconds; BOOL debug; |
char*portName | No description. | |
char*appName | No description. | |
char*appPath | No description. | |
proxy | No description. | |
connection | No description. | |
protocol | No description. | |
delegate | No description. | |
retryCount | No description. | |
retrySeconds | No description. | |
debug | No description. |
Method Types |
- connection + debug - delegate - free - initAppName:portName: + initialize - protocol - read: - retries - retryInterval - run + setDebug: - setDelegate: + setPath: - setProtocol: - setRetries: - setRetryInterval: - unconnect - write: |
Class Methods |
debug |
+ (BOOL)debug |
No description.
See also:
initialize |
+ initialize |
No description.
See also:
setDebug: |
+ setDebug:(BOOL)flg |
No description.
See also:
setPath: |
+ setPath:(const char*)newpath |
No description.
See also: |
Instance Methods |
connection |
- connection |
No description.
See also:
delegate |
- delegate |
No description.
See also:
free |
- free |
No description.
See also:
initAppName:portName: |
- initAppName:(const char*)app |
portName:(const char*)port |
No description.
See also:
protocol |
- protocol |
No description.
See also:
read: |
- read:(NXTypedStream *)stream |
No description.
See also:
retries |
- (int)retries |
No description.
See also:
retryInterval |
- (int)retryInterval |
No description.
See also:
run |
- run |
No description.
See also:
setDelegate: |
- setDelegate: | anObject |
No description.
See also:
setProtocol: |
- setProtocol: | aProtocol |
No description.
See also:
setRetries: |
- setRetries:(int)n |
No description.
See also:
setRetryInterval: |
- setRetryInterval:(int)n |
No description.
See also:
unconnect |
- unconnect |
No description.
See also:
write: |
- write:(NXTypedStream *)stream |
No description.
See also: |