Serial Framework C++ Edition
Public Attributes | List of all members
wclObexFileObject Struct Reference

The record describes the OBEX file system object. More...

#include <wclObex.h>

Public Attributes

bool IsDirectory
 If this member is True the file system object is directory. If this member is False the file system object if file.
 
tstring Name
 The file system object name.
 
tstring Description
 The object's description.
 
unsigned long Size
 The file system object size in bytes. If the file system object is directory this member is always 0.
 
wclObexFilePermissions Permissions
 The user level permissions.
 
SYSTEMTIME Modified
 The last modified time for the object.
 
SYSTEMTIME Created
 The creation time for the object.
 
SYSTEMTIME Accessed
 The last accessed time for the object.
 

Detailed Description

The record describes the OBEX file system object.