Serialized Form


Package cnrg.itx.datax

Class cnrg.itx.datax.DataException implements Serializable

Class cnrg.itx.datax.DuplicateDestinationException implements Serializable

Class cnrg.itx.datax.PropertiesCollection implements Serializable

Serialized Fields

channelType

int channelType
Type of the properties collection.

properties

java.util.Vector properties
The vector to store all the properties.


Package cnrg.itx.datax.devices

Class cnrg.itx.datax.devices.AudioProperty implements Serializable

Serialized Fields

bitsPerSample

int bitsPerSample
The number of bits per sample.

sampleFormat

int sampleFormat
The audio format used for sampling.

sampleRate

int sampleRate
The sampling rate.

Class cnrg.itx.datax.devices.NetworkProperty implements Serializable

Serialized Fields

dVersion

double dVersion
The version number of the network device.

iaAddress

java.net.InetAddress iaAddress
The IP address of the network device.

iInitialSequenceNumber

int iInitialSequenceNumber
The sequence number for the first packet that is generated by the network device.

iPacketSize

int iPacketSize
The packet size for the network device.

iPort

int iPort
The port number for the network device.


Package cnrg.itx.datax.jaudio

Class cnrg.itx.datax.jaudio.JAudioException implements Serializable