D - Type of the command's data.public class SnmpReadWriteCommand<D> extends ReadWriteCommand<Oid,D,SnmpField>
| Constructor and Description |
|---|
SnmpReadWriteCommand(Oid identity,
Codec<D,SnmpField> codec)
Creates a new SNMP read/write command.
|
getCodec, setget, getDecoderequals, getIdentity, hashCode, toStringpublic SnmpReadWriteCommand(Oid identity, Codec<D,SnmpField> codec) throws NullPointerException
identity - Command's identity.codec - Command codec used to map from modeled data to command
execution format.NullPointerException - If either identity or codec is null.Copyright © 2014. All Rights Reserved.