The PrinterCommunication type exposes the following members.

Constructors

  NameDescription
PrinterCommunication
Initializes a new instance of the PrinterCommunication class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CommunicationType
Gets or sets the printer communication type.
NetworkIPAddress
Gets or sets the Internet Protocol (IP) address assigned to the printer.
NetworkPort
Gets or sets the port number assigned to the printer.
ParallelPortName
Gets or sets the serial port name, for example LPT1.
SerialPortBaudRate
Gets or sets the serial port baud rate in bits per second.
SerialPortDataBits
Gets or sets the serial port standard length of data bits per byte.
SerialPortFlowControl
Gets or sets the handshaking protocol for serial port transmission of data.
SerialPortName
Gets or sets the serial port name, for example COM1.
SerialPortParity
Gets or sets the serial port parity-checking protocol.
SerialPortStopBits
Gets or sets the serial port standard number of stopbits per byte.

See Also