version property

  1. @Array<NativeType>(MAXIMUM_PERIPHERAL_VERSION_LENGTH)
Array<Int8> version
getter/setter pair

< The serial number of the device.

Implementation

external Array<Int8> deviceID;  /**< The serial number of the device. */

@Array(MAXIMUM_PERIPHERAL_VERSION_LENGTH)
external Array<Int8> version;