ComponentInfoCommand

public struct ComponentInfoCommand : CommandRequest

Command to request the info of the component like firmware version.

See also

Commands
  • ComponentInfoCommand response value.

    Declaration

    Swift

    public typealias Response = ComponentInfo
  • Initializes the command.

    Declaration

    Swift

    public init(componentID: UInt32)

    Parameters

    componentID

    ID of the component for which the info has to be fetched.