<< Click to Display Table of Contents >>
ZfLib.Device
The Device object contains the configuration information and status of a device attached to the Zetafax server.
Groups
The CurrentPage property returns the current page being sent by the device. |
|
The MsgBody property returns the body of the file name of the control file currently being processed by the device. |
|
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. |
|
The NumConnectFails property returns the number of send attempts by the device that failed to connect. |
|
The NumPages property returns the number of pages in the message currently being processed. |
|
The NumSendFails returns the number of send attempts that failed after the device connected successfully. |
|
The NumSendOK property returns the number of messages the device has sent successfully. |
|
The Status property returns the current status of the Device object. |
|
The User property returns the Username of the owner of the message currently being processed by the device. |