public interface RegisterDefinition
| Modifier and Type | Method and Description |
|---|---|
int |
getByteSize()
Get the size in bytes of this register.
|
List<EndpointDefinition> |
getEndpoints()
Get the endpoint definitions defined for this register definition.
|
int |
getId()
Get the register ID of the register defined by this defintion.
|
String |
getName()
Get the name of the register.
|
List<ParameterDefinition> |
getParameters()
Get the parameter definitions defined for this register definition.
|
int getId()
String getName()
List<EndpointDefinition> getEndpoints()
List<ParameterDefinition> getParameters()
int getByteSize()
Copyright © 2015. All rights reserved.