}
//for compatibility with hardware designed to conform to version 1 of this standard
public ProtocolInt31Field fetchControl() {
if (_control == null) {
_control = new ProtocolInt31Field("control", "控制", 32, 1, true, this) {
public String getValueAsString() {
return PtpPacket.controlDescription(getValue());
}
};
}