Interface IntMsg
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,MsgBase
,Serializable
- All Known Implementing Classes:
IntMsg_cxx_0x5555e0eb
public interface IntMsg extends MsgBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IntMsg.Factory
-
Field Summary
Fields Modifier and Type Field Description static IntMsg.Factory
factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getData()
void
setData(int value)
-
-
-
Field Detail
-
factory
static final IntMsg.Factory factory
-
-