...
Description | Use this enumeration to define the type of real-time communication link (or target cluster’s communication medium) to use when exchanging data between targets. | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Usage | typedef enum{ OP_UDPIP = 1, OP_OHCI, OP_GIGANET, OP_SCI, OP_INFINIBAND } OP_REAL_TIME_COMMUNICATION_LINK; | ||||||||||||
Elements |
| ||||||||||||
Examples | None | ||||||||||||
Related Items | OP_ATTRIBUTE. | ||||||||||||
Library and Header |
|
...