_community = s;
}
public ProtocolConnection createConnection(SocketLink connection)
{
OctetStringValue community;
if (_community == null)
community = OctetStringValue.PUBLIC;
else
community = new OctetStringValue(_community);
return new SnmpRequest(connection, _mibMap, community);
}