* Creates a read-write interface to the SNMP access class.
*
* @return read-write SNMP interface
*/
public SNMPAccess createSNMPWriteInterface() throws UnknownHostException, SNMPException {
return new SNMPAccess(getResolvedAddress(), communityWrite);
}