public override string ToString() { return("command=" + UshortUtils.ToAscii(Command) + ",status=" + Status + ",value=" + (Value == null ? "null" : ByteUtils.ToBase16(Value)) + "," + base.ToString()); }
public override string ToString() { return(base.ToString() + ",command=" + UshortUtils.ToAscii(Command) + ",value=" + (Value == null ? "null" : ByteUtils.ToBase16(Value))); }