creates empty command
creates empty command
public OBEXCommand();
more restricted version of the above constructor
public OBEXCommand(OBEXOpCode);
creates empty command object
Note byte is used as command code in case user needs custom operation codes
public OBEXCommand(byte);
creates object command with command code and headers passed here
Note byte is used as command code in case user needs custom operation codes
public OBEXCommand(byte,OBEXHeader[]);