LockAccessStatus Class Reference
 
 
 
LockAccessStatus Class Reference

This reference page is linked to from the following overview topics: List of Python Fbx classes.


#include <fbxlayer.h>


Class Description

Identifies what error occurs when the data arrays are manipulated.

Definition at line 280 of file fbxlayer.h.

List of all members.

Public Types

enum   ELockAccessStatus {
  eSuccess, eUnsupportedDTConversion, eCorruptedCopyback, eBadValue,
  eLockMismatch, eNoWriteLock, eNoReadLock, eNotOwner,
  eDirectLockExist
}

Member Enumeration Documentation

Identifies what error occurs when the data arrays are manipulated.

  • eSuccess Operation Successful.
  • eUnsupportedDTConversion Attempts to convert to an unsupported DataType.
  • eCorruptedCopyback The Release of a converted buffer fails and corrupts the main data.
  • eBadValue Invalid value.
  • eLockMismatch Attempts to change to an incompatible lock.
  • eNoWriteLock A write operation is attempted but no WriteLock is available.
  • eNoReadLock A read operation is attempted but the WriteLock is active.
  • eNotOwner Attempts to release a lock on an invalid data buffer pointer.
  • eDirectLockExist A direct access lock is still active.
Enumerator:
eSuccess 
eUnsupportedDTConversion 
eCorruptedCopyback 
eBadValue 
eLockMismatch 
eNoWriteLock 
eNoReadLock 
eNotOwner 
eDirectLockExist 

Definition at line 295 of file fbxlayer.h.


The documentation for this class was generated from the following file: