<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass ZfLib.Device

 


 

The Device object contains the configuration information and status of a device attached to the Zetafax server.

 

Groups

 

Read-only Properties

 

Property_s CurrentPage

The CurrentPage property returns the current page being sent by the device.

Property_s MsgBody

The MsgBody property returns the body of the file name of the control file currently being processed by the device.

Property_s Name

The Name property returns the name of the device. This comprises the Device Type and Device Number separated by a hyphen. An Example of a Device name might be FLASS-3.

Property_s NumConnectFails

The NumConnectFails property returns the number of send attempts by the device that failed to connect.

Property_s NumPages

The NumPages property returns the number of pages in the message currently being processed.

Property_s NumSendFails

The NumSendFails returns the number of send attempts that failed after the device connected successfully.

Property_s NumSendOK

The NumSendOK property returns the number of messages the device has sent successfully.

Property_s Status

The Status property returns the current status of the Device object.

Property_s User

The User property returns the Username of the owner of the message currently being processed by the device.