NRFPackage class

Constructors

NRFPackage.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

calculateCRC(CRCType crc, Uint8List firmware) int
calculateCRC16(Uint8List bytes) List<int>
calculateFileSize(Uint8List firmwareFile) int
calculateSHA256(Uint8List firmware, FwType type) List<int>
createZipFile(Archive archive) Uint8List
getSoftDeviceTypesFromString(String sdtype) SoftDeviceTypes
normalizeFirmware(String firmware) Uint8List
signFirmware(Signing signer, Uint8List firmwareFile) Uint8List