public SurfaceCommand(UInt16 cmdType) { if (remotefx == null) remotefx = new RemoteFX(); this.cmdType = cmdType; }
public SurfaceCommand() { if (remotefx == null) remotefx = new RemoteFX(); this.cmdType = 0; }