Serial Framework C++ Edition

◆ wclObexFilePermission

The OBEX file object permission.

Enumerator
opRead 

Read permission.

The READ permission applies to all object types. It indicates that an attempt to GET the named object should successfully retrieve its contents.

opWrite 

Write permission.

The WRITE permission applies to all object types. It indicates that an attempt to modify the contents of the file by PUT’ing to the file should succeed. For folder objects it indicates that attempts to create a folder or other object within that folder should succeed.

opDelete 

Delete permission.

The DELETE permission applies to file types. It indicates that the file may be removed by sending a DELETE command.