ControlRequestSendRequest Method
Common method that all control requests implement that will send the request down
once the request has all the required information for the send.
Namespace: CTRE.Phoenix6.ControlsAssembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public abstract StatusCode SendRequest(
string network,
uint deviceHash,
bool cancelOtherRequests
)
abstract SendRequest :
network : string *
deviceHash : uint32 *
cancelOtherRequests : bool -> StatusCode
- network String
- Network to send request down
- deviceHash UInt32
- Device to send request to
- cancelOtherRequests Boolean
- Whether to cancel other requests
StatusCodeStatus code of send request