User Tools

Site Tools


DzDevice

Base Class for Device objects.

More...

Inherits :

Methods

DAZ Script
voidgetDefaultSettings ( DzSettings settings )
StringgetDescription ()
StringgetDeviceName ()
voidgetSettings ( DzSettings settings )
voidsetSettings ( DzSettings settings )

Detailed Description

TODO: Add detailed description.

Methods


void : getDefaultSettings( DzSettings settings )

Parameter(s):

  • settings - This will be set to the default settings for the device.

String : getDescription()

Return Value:

  • A user-readable description of the device.

String : getDeviceName()

Return Value:

  • The name of the device.

void : getSettings( DzSettings settings )

Parameter(s):

  • settings - This will be set to the current settings for the device.

void : setSettings( DzSettings settings )

Changes the current settings for the device.

Parameter(s):

  • settings - The new settings for the device.