ComponentInfoCommand
public struct ComponentInfoCommand : CommandRequest
Command to request the info of the component like firmware version.
See also
Commands
-
ComponentInfoCommandresponse value.Declaration
Swift
public typealias Response = ComponentInfo -
Initializes the command.
Declaration
Swift
public init(componentID: UInt32)Parameters
componentIDID of the component for which the info has to be fetched.
View on GitHub
ComponentInfoCommand Structure Reference