BRLicenseInfo.BRIPCState Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN Namespace > BRLicenseInfo Class > BRLicenseInfo Properties >

BRLicenseInfo.BRIPCState Property

BR.AN.PviServices .NET


Gets wheter the appliaction is running on a BuR IPC or not.

[Visual Basic]

Public ReadOnly Property BRIPCState() As BuRIPCStates

  Public Get

  End Get

End Property

[C#]

public BuRIPCStates BRIPCState { public get; }

Property Value

0 ... The state is unknown call SearchBurIPC or any other search function to get a valid state; 1 ... Searching for a BuR IPC faild. It has to be a standard PC; 2 ... The application is running on a BuR IPC.

See Also

BRLicenseInfo Class | BR.AN Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]