Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface
Properties Methods Events

In This Topic
    IIbmPrinter Interface Members
    In This Topic

    The following tables list the members exposed by IIbmPrinter.

    Public Properties
     NameDescription
     PropertyReturns which LU (session) was assigned for your connection. This property applies only to 3270 sessions and is read-only.  
     PropertyGets or sets a value indicating whether to attempt to establish a host connection as soon as the current settings file is loaded.  
     PropertyGets or sets a value indicating whether to attempt to reconnect after a disconnection that is not initiated by the emulator.  
     PropertyBypass Windows print driver in transparent mode  
     PropertyGets or sets the Transport connection type when Telnet Extended is selected.  
     PropertyGets the ContextMenus object.  
     PropertyCountry Extended Graphics Code  
     PropertyGets or sets the device to connect to.  
     PropertyGets or sets a value indicating whether Reflection uses Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.  
     PropertyGets or set the way forms are fed into the printer This setting is only relevant to 5250 printer sessions  
     PropertyGets or sets a value indicating whether the terminal automatically generates device name values based on values you specify for the DeviceName property.  
     PropertyGets or sets the host address.  
     PropertyHost print timeout for flushing.  
     PropertyGets or sets ID Management criteria flags.  
     PropertyGets or sets ID Management pool name.  
     PropertyGets or sets ID Management server URL.  
     PropertyGets the instance ID of the control. (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyReturns true if the printer session is currently connected, false if not.  
     PropertyGets or sets the interval, measured in seconds, between keep alive requests sent by Reflection. This property is relevant only if KeepAliveValue is set to KeepAliveNOP or KeepAliveTimingMark.  
     PropertyGets or sets a value indicating whether to periodically poll the host to determine if Telnet connections remain active during intervals when you are not sending data to the host.  
     PropertyGets or sets the manufacturer type. This setting is only relevant to 5250 printer sessions  
     PropertyGets or sets the library that contains the message queue for exception messages. Consult your system administrator before changing this value. This setting is only relevant to 5250 printer sessions  
     PropertyGets or sets the message queue to which exception messages should be sent. For example, the IBM System i may need to tell the printer to switch to another paper tray. Consult your system administrator before changing this value. This setting is only relevant to 5250 printer sessions.  
     PropertyGets or sets the Model ID for 5250 printer session This setting is only relevant to 5250 printer sessions  
     PropertyGets a value indicating whether the session configuration has changed.  
     PropertyGets or sets the name of the control. (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyGets or sets the TCP port to connect to.  
     Property3270 printer national character set for character translation  
     PropertyEnvelope source for 5250 print device This setting is only relevant to 5250 printer sessions  
     PropertyGes or set the default font typestyle id to use for printing. This setting is only relevant to 5250 printer sessions  
     PropertyGets or sets the paper source 1 This setting is only relevant to 5250 printer sessions  
     PropertyGets or sets the paper source 2 This setting is only relevant to 5250 printer sessions  
     PropertyEmulate form feed with line feed  
     Property5250 printer national character set for character translation  
     PropertyFlush when End of Job record received  
     PropertySend form feed at end of job  
     PropertyGets or set 3287 printer, some hosts require a host LU name.  
     PropertyGets the PrintOptions object. PrintOptions holds configuration options for print emulation and print screen.  
     PropertyGets or sets to specify the manufacturer type and model, the paper sources, and the envelope source on your IBM System i print device This setting is only relevant to 5250 printer sessions  
     PropertyTranslate EBCDIC in SCS TRN transparent mode  
     PropertyTransparent mode  
     PropertyGets or sets a value indicating whether to use the FIPS cipher suite.  
     PropertyGets the session document file path. (Control properties are saved in session document files.) (Inherited from Attachmate.Reflection.Framework.IControl)
     PropertyGets or sets a value indicating whether certificates presented for host authentication are checked to determine if they are valid and signed by a trusted CA.  
     PropertyGets or sets a value that indicates whether Reflection checks for certificate revocation when validating host certificates in SSL/TLS Telnet sessions.  
     PropertyGets or sets the encryption strength for Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.  
     PropertyGets or sets a value indicating whether your client session checks for certificate revocation using OCSP (Online Certificate Status Protocol) responders when validating host certificates. The default is false.  
     PropertyGets or sets how Reflection handles SSL/TLS Telnet connections when the host name in the certificate does not match the host being contacted.  
     PropertyGets or sets the Telnet location in advanced connection settings  
     PropertyGets or sets the response mode for 3270 Telnet extended advanced connection settings  
     PropertyGets or sets value for use Http proxy type. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.  
     PropertyGets or sets a value indicating whether Reflection makes makes secure SSL connections through the Reflection for the Web Security Proxy when EnableTelnetEncryption is true.  
     PropertyGets or sets value for use Socks proxy type. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.  
     PropertyGets or sets a value indicating which SSL or TLS version to use.  
     PropertyGets or sets value for how to get certificate for client authentication. Handle rcTLSCertIdentity setting. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.  
     PropertyGets or sets value for secrurity proxy destination host. This setting though common for other session types are not in the other interfaces hence, might not actually need this here. Does not seem to be saving to our settings file.  
     PropertyGets or sets to use 3270 Telnet extended  
     PropertyGets or sets a string that identifies a 3270 terminal session on the host.  
     PropertyGets or sets a value indicating whether Reflection uses ID Management to obtain a device name.  
     PropertyGets the version of the terminal session control.  
    Top
    Public Methods
     NameDescription
     MethodCancel Print  
     MethodCloses the terminal session with the close option.  
     MethodConnects to the host.  
     MethodDisconnects from the host.  
     MethodExecute a given action. Actions possible is defined in InputMapActionID.  
     MethodFlush Print  
     MethodReset Print  
     MethodSaves all settings.  
     MethodSaves all settings to the specified file.  
     MethodSaves a session as a compound session document.  
     MethodSends PA1 Command  
     MethodSends PA2 Command  
    Top
    Public Events
     NameDescription
     EventOccurs after Reflection connects to the host.  
     EventOccurs after Reflection disconnects from the host.  
     EventOccurs before Reflection connects to the host.  
     EventOccurs before Reflection disconnects from the host.  
     EventOccurs before the session closes.  
    Top
    See Also