Event emitted when the list of field types requested by the reader have been received and need to be validated by the app. This state is cleared with a subsequent call to BleManager.submitNamespaces()

interface SelectNamespaceState {
    itemsRequest: ItemsRequestDocType[];
    kind: "selectNamespace";
}

Properties

Properties

itemsRequest: ItemsRequestDocType[]

The list of field types requested by the reader

kind: "selectNamespace"

Generated using TypeDoc