UnmanagedNative Class

Static class holding the methods for interfacing to the native Unmanaged API

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static class UnmanagedNative
Inheritance
Object    UnmanagedNative

Methods

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.

See Also