typedef struct {
const char *LocationName; // location name
const char *ClassName; // location class name
} NTXLOCATIONINFO;
Fields
LocationName
- A pointer to a string containing the location name.
ClassName
- A pointer to a string containing the localtion class name. Possible ClassName strings include:
“Local” |
Local node on a INtime for Windows system |
“UDP/GOBs” |
INtime Distributed RTOS node, version 5 or later |
“UDP/IP” |
INtime remote node, version 3.1 or earlier |
If the client writes to either string results are not defined.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 4.0 |
intime/rt/include/rt.h |
rt.h |
clib.lib |
See Also