ReferenceFunctions
encodeDeviceQuery()
function encodeDeviceQuery(appTargetVersion?): Uint8Array;Defined in: packages/protocol/src/commands.ts:26
DEVICE_QUERY: ask the radio for its DeviceInfo, announcing the protocol version the app supports.
Parameters
appTargetVersion?
number = APP_TARGET_VERSION
Protocol version the app supports. Default 3
Returns
Uint8Array