ClassProxy¶

See also

SAMSON API: sbcclassproxy

class samson.Core.Class.ClassProxy¶

Bases: pybind11_builtins.pybind11_object

This class describes a class proxy.

getInterface(self: samson.Core.Class.ClassProxy) → SBCClassInterface¶

Returns the interface of the class

SDKVersionNumber¶

Returns the version number of the SAMSON SDK used to compile the class

UUID¶

Returns the UUID of the class

description¶

Returns the description of the class

element¶

Returns the SAMSON Element containing the class

elementUUID¶

Returns the UUID of the SAMSON Element containing the class

isDiscoverable¶

Returns true if can be discovered by the user

name¶

Returns the name of the class

type¶

Returns the type of the class

versionNumber¶

Returns the version number of the class