ValueBitOn

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Interface > IPLink-Interface > IPLinkClient Library > IPLinkClient Library Reference > Events >

ValueBitOn

 

Occurs when the bit is turned ON.

 


syntax

Private Sub AxIPLink1_ValueBitOn(sender As Object,e As AxIPLINKLib6._DClientIPLinkEvents_ValueBitOnEvent)Handles AxIPLink1.ValueBitOn

 


Return Value

 

e.tagPath

 

Type:

String

 

Tag path, e.g. U01.F01.T01

 

e.value

 

Type:

Void

 

The tag value.

 


hmtoggle_plus1Explanation

 


reference