Parameters of this Driver

<< Click to Display Table of Contents >>

 

Parameters of this Driver

If the Start Offline (Allows Runtime Configuration) option on the ICCP General tab is selected, users can change the parameters of this Driver at run time. Each option on this tab has a corresponding identifier that can be used to inform a new value, using the special Tag Write Parameter of IOKit library, defined by the N1 parameter equal to -1 (minus one), the N2 parameter equal to 0 (zero), the N3 parameter equal to 0 (zero), and the N4 parameter equal to 3 (three), and that must receive an array with the identifier and its respective value.

Properties and their identifiers

Property

Identifier

ICCP_LOCAL_PSEL

ICCP.LocalPSel

ICCP_LOCAL_SSEL

ICCP.LocalSSel

ICCP_LOCAL_TSEL

ICCP.LocalTSel

ICCP_LOCAL_AE_QUALIFIER

ICCP.LocalAEQualifier

ICCP_LOCAL_APP_ID

ICCP.LocalAppID

ICCP_LOCAL_TSAP

ICCP.LocalTSAP

ICCP_REM_PSEL

ICCP.RemPSel

ICCP_REM_SSEL

ICCP.RemSSel

ICCP_REM_TSEL

ICCP.RemTSel

ICCP_REM_AE_QUALIFIER

ICCP.RemAEQualifier

ICCP_REM_APP_ID

ICCP.RemAppID

ICCP_REM_TSAP

ICCP.RemTSAP

ICCP_CBB

ICCP.CBB

ICCP_CLIENT_SERVICES

ICCP.ClientServices

ICCP_SERVER_SERVICES

ICCP.ServerServices

ICCP_TIMEOUT

ICCP.Timeout

ICCP_BUFFER_TIME

ICCP.BufferTime

ICCP_INTEGRITY

ICCP.Integrity

ICCP_RPT_INTERVAL

ICCP.RptInterval

ICCP_RBE

ICCP.RBE

ICCP_REBUILDDS

ICCP.RebuildDS

ICCP_DISCARDDS

ICCP.DiscardDS

ICCP_PROFILE

ICCP.Profile

ICCP_REMOTE_DOMAIN

ICCP.RemoteDomain

ICCP_LOCAL_DOMAIN

ICCP.LocalDomain

ICCP_BLTFILEPATH

ICCP.BltFilePath

ICCP_AUTO_INCR_COV

ICCP.AutoIncrCOV

ICCP_MAX_DSTS

ICCP.MaxDSTS

ICCP_SELECT_TOUT

ICCP.SelectTout

ICCP_BLTNAME

ICCP.BLTName

ICCP_BLTVERSION

ICCP.BLTVersion

ICCP_USEOPTFLDS

ICCP.UseOptFlds

ICCP_INITLINK

ICCP.InitLink

ICCP_EXP_BLTNAME

ICCP.ExpBLTName

ICCP_EXP_BLTVERSION

ICCP.ExpBLTVersion

ICCP_ANALOG_DEADBAND

ICCP.AnalogDeadBand

ICCP_START_OFFLINE

ICCP.StartOffline

ICCP_CLIENT_OFFLINE

ICCP.ClientOffline

ICCP_SERVER_OFFLINE

ICCP.ServerOffline

 

The next code contains an example of a configuration for this Driver.

Write -1, 0, 0, 3, Array("ICCP.ClientOffline", 1)

Was this page useful?