Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / MKII Class / SKII Method


In This Topic
    SKII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function SKII( _
       ByVal tKII As MKII, _
       ByVal UKII() As System.Byte _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As MKII
    Dim tKII As MKII
    Dim UKII() As System.Byte
    Dim value() As System.Byte
     
    value = instance.SKII(tKII, UKII)
    public System.byte[] SKII( 
       MKII tKII,
       System.byte[] UKII
    )

    Parameters

    tKII
    UKII
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also