<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.BlinkDongle Method |
Casues the dongle to start blinking.
[Visual Basic]
<CLSCompliant(IsCompliant:=False)> _
Public Sub BlinkDongle( _
ByVal boxMask As String, _
ByVal serialNumber As String, _
ByVal ledColor As UInt32, _
ByVal blinkCount As UInt32, _
ByVal blinkTime As UInt32 _
)
[C#]
[CLSCompliant(IsCompliant=False)]
public int BlinkDongle(
string boxMask,
string serialNumber,
uint ledColor,
uint blinkCount,
uint blinkTime
);
boxMask
The box mask.
serialNumber
The serial number.
ledColor
The color for the LED.
blinkCount
How many times should the LED blink.
blinkTime
The time for LED on/off.
Zero on success.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]