public interface ProtocolType
| 限定符和类型 | 方法和说明 |
|---|---|
int |
bitOffset() |
BitOrder[] |
bitOrder() |
int |
byteOffset() |
ByteOrder[] |
byteOrder() |
Class<? extends Annotation> |
getType() |
int |
length() |
String |
name() |
int |
offset() |
static ProtocolType |
proxy(Annotation typeAnnotation) |
static <T> T |
proxy(AutoType autoType,
Class<T> dataTypeAnnotationClass) |
int |
size() |
static ProtocolType proxy(Annotation typeAnnotation)
int offset()
int byteOffset()
int bitOffset()
int length()
String name()
ByteOrder[] byteOrder()
BitOrder[] bitOrder()
Class<? extends Annotation> getType()
int size()
Copyright © 2019–2025 indunet. All rights reserved.