Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
ifInt
GetInt() As Integer
Retrieves the pin number associated with the event.
SetInt(value As Integer) As Void
Sets the value of the event.
ifUserData
SetUserData(user_data As Object) As Void
Sets the user data.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
(on either the event or source object). It will return Invalid if no data has been set.
ifSourceIdentity
GetSourceIdentity() As Integer
Retrieves the identity value that can be used to associate events with the source roControlPort instance.
Note | ||
---|---|---|
| ||
The ifSourceIdentity interface has been deprecated. We recommend using the ifUserData interface instead. |