UnmanagedNative Class
Static class holding the methods for interfacing to
the native Unmanaged API
Namespace: CTRE.Phoenix6.NativeAssembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public static class UnmanagedNative
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UnmanagedNative = class end
- Inheritance
- Object UnmanagedNative
FeedEnable |
Feeds the enable signal with a timeout specified in seconds
|
GetEnableState |
Determines whether this application is currently enabled
|
GetPhoenixVersion |
Gets this version of Phoenix
|
GetTransmitEnable |
Gets whether the enable frame is being transmit or not
|
LoadPhoenix |
Loads Phoenix.
This happens automatically when using any of the Phoenix APIs, but users may explicitly
load Phoenix if they wish.
|
SetTransmitEnable |
Determines whether the enable frame will be transmit or not.
|