-
@Deprecated() public class VendorAction extends MeshAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VendorAction.Builder
-
Field Summary
Fields Modifier and Type Field Description private int
modelIdentifier
private int
companyIdentifier
private int
opCode
private int
backOpCode
private Array<byte>
parameters
-
Constructor Summary
Constructors Constructor Description VendorAction(VendorAction.Builder builder)
-
Method Summary
Modifier and Type Method Description int
getModelIdentifier()
int
getCompanyIdentifier()
int
getOpCode()
int
getBackOpCode()
Array<byte>
getParameters()
-
-
Constructor Detail
-
VendorAction
VendorAction(VendorAction.Builder builder)
-
-
Method Detail
-
getModelIdentifier
int getModelIdentifier()
-
getCompanyIdentifier
int getCompanyIdentifier()
-
getOpCode
int getOpCode()
-
getBackOpCode
int getBackOpCode()
-
getParameters
Array<byte> getParameters()
-
-
-
-