BlueLibs documentation

OBEXCommand Constructor

creates empty command

Overload List

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[]);

See Also

OBEXCommand Class | BlueLibs.OBEX Namespace