Type alias ObnizBleBeaconStructNormal<S, key>

ObnizBleBeaconStructNormal<S, key>: ObnizBleBeaconStructStandard<NormalValueType> & {
    base?: number;
    fixedIntegerBytes?: number;
    multiple?: number;
    round?: number;
} | ObnizBleBeaconStructStandard<CustomType> & {
    func: ((data, peripheral) => S[key]);
}

Type Parameters

  • S

  • key extends keyof S

Generated using TypeDoc