this.v1Client.setSync(this.address, NON_V1_BINDING);
}
@Test
public void testTrap() throws IOException {
this.v1Client.trap(this.address, new OID(new int[] { 1, 3, 6, 1, 6, 3,
1, 1, 5 }), PDUv1.WARMSTART, 0, new VariableBinding(new OID(
new int[] { 1, 3, 6, 1, 6, 3, 1, 1, 5, 3 }), new Integer32(7)));
}