Base Framework
|
Public Attributes | |
bool | present = false |
bool | link = false |
bool | contender = false |
unsigned int | gapCount = 0 |
Speed | speed = S100 |
Speed | linkSpeed = S100 |
EUI64 | guid |
unsigned int | capabilities = 0 |
Standard | standard = STANDARD_UNSPECIFIED |
unsigned int | numberOfPorts = 0 |
PortState | ports [3+3 *8] = { PORT_NOT_CONNECTED } |
bool | initiatedReset = false |
PowerClass | powerClass = POWER_NO_REPEAT |
unsigned int | maximumPayload = 0 |
unsigned int IEEE1394::NodeDescriptor::capabilities = 0 |
Capabilities.
bool IEEE1394::NodeDescriptor::contender = false |
Specifies that the node is a contender for the bus manager or isochronous resource manager.
unsigned int IEEE1394::NodeDescriptor::gapCount = 0 |
The gap count.
EUI64 IEEE1394::NodeDescriptor::guid |
The GUID of the node if available.
bool IEEE1394::NodeDescriptor::initiatedReset = false |
Specifies that the node initiated the last reset.
bool IEEE1394::NodeDescriptor::link = false |
Specifies that the node has an active link and transaction layer.
unsigned int IEEE1394::NodeDescriptor::maximumPayload = 0 |
The maximum payload.
unsigned int IEEE1394::NodeDescriptor::numberOfPorts = 0 |
The number of ports.
PortState IEEE1394::NodeDescriptor::ports[3+3 *8] = { PORT_NOT_CONNECTED } |
The port connections.
PowerClass IEEE1394::NodeDescriptor::powerClass = POWER_NO_REPEAT |
The power class of the node.
bool IEEE1394::NodeDescriptor::present = false |
Specifies that the node is present.
Standard IEEE1394::NodeDescriptor::standard = STANDARD_UNSPECIFIED |
The IEEE 1394 specification.