Enum pn532::requests::Command[][src]

#[repr(u8)]
pub enum Command {
Show 32 variants Diagnose, GetFirmwareVersion, GetGeneralStatus, ReadRegister, WriteRegister, ReadGPIO, WriteGPIO, SetSerialBaudRate, SetParameters, SAMConfiguration, PowerDown, RFConfiguration, RFRegulationTest, InJumpForDEP, InJumpForPSL, InListPassiveTarget, InATR, InPSL, InDataExchange, InCommunicateThru, InDeselect, InRelease, InSelect, InAutoPoll, TgInitAsTarget, TgSetGeneralBytes, TgGetData, TgSetData, TgSetMetaData, TgGetInitiatorCommand, TgResponseToInitiator, TgGetTargetStatus,
}
Expand description

Commands supported by the Pn532

Variants

Diagnose

See 7.2.1 Diagnose

GetFirmwareVersion

See 7.2.2 GetFirmwareVersion

GetGeneralStatus

See 7.2.3 GetGeneralStatus

ReadRegister

See 7.2.4 ReadRegister

WriteRegister

See 7.2.5 WriteRegister

ReadGPIO

See 7.2.6 ReadGPIO

WriteGPIO

See 7.2.7 WriteGPIO

SetSerialBaudRate

See 7.2.8 SetSerialBaudRate

SetParameters

See 7.2.9 SetParameters

SAMConfiguration

See 7.2.10 SAMConfiguration

PowerDown

See 7.2.11 PowerDown

RFConfiguration

See 7.3.1 RFConfiguration

RFRegulationTest

See 7.3.2 RFRegulationTest

InJumpForDEP

See 7.3.3 InJumpForDEP

InJumpForPSL

See 7.3.4 InJumpForPSL

InListPassiveTarget

See 7.3.5 InListPassiveTarget

InATR

See 7.3.6 InATR

InPSL

See 7.3.7 InPSL

InDataExchange

See 7.3.8 InDataExchange

InCommunicateThru

See 7.3.9 InCommunicateThru

InDeselect

See 7.3.10 InDeselect

InRelease

See 7.3.11 InRelease

InSelect

See 7.3.12 InSelect

InAutoPoll

See 7.3.13 InAutoPoll

TgInitAsTarget

See 7.3.14 TgInitAsTarget

TgSetGeneralBytes

See 7.3.15 TgSetGeneralBytes

TgGetData

See 7.3.16 TgGetData

TgSetData

See 7.3.17 TgSetData

TgSetMetaData

See 7.3.18 TgSetMetaData

TgGetInitiatorCommand

See 7.3.19 TgGetInitiatorCommand

TgResponseToInitiator

See 7.3.20 TgResponseToInitiator

TgGetTargetStatus

See 7.3.21 TgGetTargetStatus

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.