Menu

Basic:DriverObject:Functions

SFENCE

Basic driver object functions

Basic driver object has basic object functions and functions which follows.

Functions Use
GetFunctions_Extension return actual set driver functions
GetID_Extension return id of actual set extension
GetName_Extension return name of actual set extension
GetIDs_Extensions return an array with IDs of extensions which are available
GetIDs_ExtensionsUse return an array with IDs of extensions which are available
GetNames_Extensions return an array with names of extensions which are available
GetNames_ExtensionsUse return an array with names of extensions which are available
SetFunctions_Extension set driver functions for object
SetID_Extension set object driver functions by use extension ID
SetName_Extension set object driver functions by use extension name
Get
Set
Function call a special object function
GetNames_Functions return an array with names of available functions
GetNames_FunctionsUse return an array with names of available functions
Get_GlobalID fill sGlobalID struct.
Clear clear object
Compare compare object with another object of same type
Copy copy object to object
CopyUse copy object with use ConstructUse instead of Construct if it is necessary
Get_Parameter return parameter of object
Set_Parameter set parameter of object
GetNames_Parameters return an array of available parameters names
GetNames_ParametersUse return an array of available parameters names
GetIDs_Parameters return an array of available parameters IDs
GetIDs_ParametersUse return an array of available parameters IDs
Add_Object add object to object
Set_Object set object by ID
Get_Object get object by ID
Remove_Object remove object by ID
GetIDs_Objects return an array of available objects of object
GetIDs_ObjectsUse return an array of available objects of object
Get_ObjectParameter return parameter of objects object
Set_ObjectParameter set parameter of objects object
GetNames_ObjectParameters
GetNames_ObjectParametersUse
GetIDs_ObjectParameters
GetIDs_ObjectParametersUse
Get_Supported fill sSupported struct with information of supported functions

Related

Wiki: Basic:DriverObject:Function:Set_Parameter
Wiki: Basic:DriverObject
Wiki: Basic:Object:Functions
Wiki: Object:Draw_Draw
Wiki: Object:Event_Event
Wiki: Object:Protocol_Protocol
Wiki: Use