VB.NET Controller Class Reference
Beta
A special thanks goes out to Mark Harris for providing this class
Used to creates a connection to the device and send new channel values.
Download
Version 1.1
Usage
Public NotInheritable Class PCTx
Methods
Connect()
Connect to the PCTx
Equals(Object)
Determines whether the specified Object is equal to the current Object.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. Returns a String that represents the current Object.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
GetType()
Gets the Type of the current instance.
MemberwiseClone()
Creates a shallow copy of the current Object.
Send(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Send method for compatibility with the Endurance RC C++ library. This method lets you send values for all 9 channels at once, overriding any values you have previously set.
SendInputs()
Send channel inputs to the PCTx.
ToString()
Returns a String that represents the current Object.
Constructors
PCTx()
Initializes a new instance of the PCTx class.
Properties
Channel1
Input for Channel 1. Max value 255.
Channel2
Input for Channel 2. Max value 255.
Channel3
Input for Channel 3. Max value 255.
Channel4
Input for Channel 4. Max value 255.
Channel5
Input for Channel 5. Max value 255.
Channel6
Input for Channel 6. Max value 255.
Channel7
Input for Channel 7. Max value 255.
Channel8
Input for Channel 8. Max value 255.
Channel9
Input for Channel 9. Max value 255.
Connected
If the PCTx is connected, this will be TRUE, otherwise it will be FALSE.
LastError
The last error that occurred on the object.
LastStackTrace
The stack trace from the last error that occurred on the object.








