MotionMagicDutyCycleSendRequest Method
Sends this request out over CAN bus to the device
for the device to apply.
Namespace: CTRE.Phoenix6.ControlsAssembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public override StatusCode SendRequest(
string network,
uint deviceHash,
bool cancelOtherRequests
)
abstract SendRequest :
network : string *
deviceHash : uint32 *
cancelOtherRequests : bool -> StatusCode
override SendRequest :
network : string *
deviceHash : uint32 *
cancelOtherRequests : bool -> StatusCode
- network String
- Network to send request over
- deviceHash UInt32
- Device to send request to
- cancelOtherRequests Boolean
- True to cancel other requests
StatusCodeStatus of the send operation