public interface ProtocolType
| 限定符和类型 | 方法和说明 |
|---|---|
int |
bitOffset() |
int |
byteOffset() |
ByteOrder[] |
endian() |
String |
field() |
Class<? extends Annotation> |
getType() |
int |
length() |
int |
mode() |
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 field()
ByteOrder[] endian()
int mode()
Class<? extends Annotation> getType()
int size()
Copyright © 2019–2023 indunet. All rights reserved.