InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / KeyboardMapper Class / KeyboardMapper Constructor


In This Topic
    KeyboardMapper Constructor
    In This Topic
    The constructor, for internal use.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal keyboardMapper As IKeyboardMapper, _
       ByVal terminal As Object _
    )
    'Usage
     
    
    Dim keyboardMapper As IKeyboardMapper
    Dim terminal As Object
     
    Dim instance As New KeyboardMapper(keyboardMapper, terminal)
    public KeyboardMapper( 
       IKeyboardMapper keyboardMapper,
       object terminal
    )

    Parameters

    keyboardMapper
    terminal
    See Also