public interface EndpointDefinition
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
Get the direction of data flow for this endpoint.
|
String |
getName()
Get the name of the endpoint.
|
Position |
getPosition()
Get the position of the endpoint data within the register.
|
RegisterDefinition |
getRegister()
Get the register definition to which this endpoint definition applies.
|
Size |
getSize()
Get the size of the endpoint data within the register.
|
Type |
getType()
Get the data type for this endpoint.
|
List<Unit> |
getUnits()
Get the data units supported by the endpoint.
|
RegisterDefinition getRegister()
String getName()
Direction getDirection()
Type getType()
Position getPosition()
Size getSize()
Copyright © 2015. All rights reserved.