Package | Description |
---|---|
org.eclipse.scada.protocol.arduino | |
org.eclipse.scada.protocol.arduino.messages |
Modifier and Type | Method and Description |
---|---|
static CommandCode |
CommandCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandCode[] |
CommandCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CommandCode |
CommonMessage.getCommandCode() |
Constructor and Description |
---|
CommonMessage(int sequence,
CommandCode commandCode) |
ConfigurationMessage(int sequence,
CommandCode commandCode,
Map<Integer,Object>[] parameters) |
DataMessage(int sequence,
CommandCode commandCode,
Object[] data) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.