SubName = Value - get value from error stack (C++ interface)
SubName = ErrorValue - get value from error stack (C interface)
SubName = Data - get pointer to error data (C++ interface)
SubName = ErrorData - get pointer to error data (C interface)
SubName = Equal - test if value in stack is equal to error constant (C++ interface)
SubName = ErrorEqual - test if value in stack is equal to error constant (C interface)
SubName = ModuleEqual - test if stack value belongs to a specified module (C++ interface)
SubName = ErrorModuleEqual - test if stack value belongs to a specified module (C interface)
SubName = Output - output error stack in human-readable format (C++ interface)
SubName = ErrorOutput - output error stack in human-readable format (C interface)
SubName = Export - export error stack to external format (C++ interface)
SubName = ErrorExport - export error stack to external format (C interface)
SubName = Import - import error stack from external format (C++ interface)
SubName = ErrorImport - import error stack from external format (C interface)
FWClassOperations.3sadm.html:
Title = FWClassOperations(3sadm)
Version = 1.0
Name = FWClassOperations: FWObjectCreate, FWObjectDelete, FWObjectAdd, FWObjectRemove, FWObjectReplace, FWObjectReplaceWithDefault, FWObjectAction, FWObjectGet - Perform an operation on a SCOadmin object class
FWClassResponse.3sadm.html:
Title = FWClassResponse(3sadm)
Version = 1.0
Name = FWClassResponse - examine responses from the FWClassOperations routines
FWInitializeFrameWork.3sadm.html:
Title = FWInitializeFrameWork(3sadm)
Version = 1.0
Name = FWInitializeFrameWork - initialize SCOadmin client communications data structure
FWInitObjectSubmission.3sadm.html:
Title = FWInitObjectSubmission(3sadm)
Version = 1.0
Name = FWInitObjectSubmission - initialize object class specific data structures
FWShutdownFrameWork.3sadm.html:
Title = FWShutdownFrameWork(3sadm)
Version = 1.0
Name = FWShutdownFrameWork - free up memory used by the SCOadmin client data structure
FWShutdownObjectSubmission.3sadm.html:
Title = FWShutdownObjectSubmission(3sadm)
Version = 1.0
Name = FWShutdownObjectSubmission - free up memory used by object class specific data structures
FWSubmitBmipEventCallBack.3sadm.html:
Title = FWSubmitBmipEventCallBack(3sadm)
Version = 1.0
Name = FWSubmitBmipEventCallBack - set a callback routine to be called on generation of SCOadmin object events
FWSubmitBmipResponseCallBack.3sadm.html:
Title = FWSubmitBmipResponseCallBack(3sadm)
Version = 1.0
Name = FWSubmitBmipResponseCallBack - set a callback routine to be called on completion of SCOadmin object requests
Intl.3sadm.html:
Title = Intl(3sadm)
Version = 1.0
Name = Intl - internationalization management routines
OFBinding.3sadm.html:
Title = OFBinding(3sadm)
Version = 1.0
Name = OFBinding - bind a class description table
OFComposeBmipResponseError.3sadm.html:
Title = OFComposeBmipResponseError(3sadm)
Version = 1.0
Name = OFComposeBmipResponseError - create BMIP response
OFEvaluateFilter.3sadm.html:
Title = OFEvaluateFilter(3sadm)
Version = 1.0
Name = OFEvaluateFilter - filter list of objects
OFEvaluateOperation.3sadm.html:
Title = OFEvaluateOperation(3sadm)
Version = 1.0
Name = OFEvaluateOperation - perform BMIP request
OFGenerateHandleId.3sadm.html:
Title = OFGenerateHandleId(3sadm)
Version = 1.0
Name = OFGenerateHandleId - generate indentifier for BMIP request
OFReturnBmipResponse.3sadm.html:
Title = OFReturnBmipResponse(3sadm)
Version = 1.0
Name = OFReturnBmipResponse - send BMIP response
OSAClearValues.3sadm.html:
Title = OSAClearValues(3sadm)
Version = 1.0
Name = OSAClearList, OSARemoveAttribute - remove return list structure
SubName = OSARemoveAttribute - remove attribute from return list structure
OSAGetAttrArrayValues.3sadm.html:
Title = OSAGetAttrArrayValues(3sadm)
Version = 1.0
Name = OSAGetAttrArrayValues: OSAGetAttrArrayLong, OSAGetAttrArrayDouble, OSAGetAttrArrayString - get data from attribute list
SubName = OSAGetAttrArrayLong - returns integer array number of attribute
SubName = OSAGetAttrArrayDouble - returns floating point array number of attribute
SubName = OSAGetAttrArrayString - returns string array number of attribute
OSAGetAttributeValues.3sadm.html:
Title = OSAGetAttributeValues(3sadm)
Version = 1.0
Name = OSAGetAttributeValues: OSAGetAttributeLong, OSAGetAttributeDouble, OSAGetAttributeString - get attribute list data
SubName = OSAGetAttributeLong - return integer number associated with attribute
SubName = OSAGetAttributeDouble - return floating point number associated with attribute
SubName = OSAGetAttributeString - return pointer to string associated with attribute
OSAGetAttrToken.3sadm.html:
Title = OSAGetAttrToken(3sadm)
Version = 1.0
Name = OSAGetAttrToken: OSAGetAttrCount, OSAAttrIsPresent, OSAGetAttrByIndex, OSAGetAttrArraySize - get information about attribute list structure
SubName = OSAGetAttrCount - get attribute count
SubName = OSAAttrIsPresent - check if attribute is present
SubName = OSAGetAttrByIndex - get attribute by present
SubName = OSAGetAttrArraySize - get size of attribute data
OSAReturnValues.3sadm.html:
Title = OSAReturnValues(3sadm)
Version = 1.0
Name = OSAReturnValues: OSAReturnLong, OSAReturnDouble, OSAReturnString, OSAReturnBoolean, OSAReturnActionData - return values to library routine
SubName = OSAReturnLong - associates integer number with an attribute
SubName = OSAReturnDouble - associates floating point number with an attribute
SubName = OSAReturnString - associates pointer to string with an attribute