fetchOperationType(), fetchSourceHardwareAddr(), fetchSourceProtocolAddr(), fetchDestHardwareAddr(), fetchDestProtocolAddr() };
}
public ProtocolInt31Field fetchHardwareType() {
if (_hardwareType == null) {
_hardwareType = new ProtocolInt31Field("hardwareType", "硬件类型", 0, 2, true, this) {
public String getValueAsString() {
if (getValue() == 1) {
return "以太网地址";
}
return super.getValueAsString();