Get Realtime data

Function table

__IDO_FUNCTABLE__.funcTable4Model.realtimeData

Realtime data model description

  • IDOGetLiveDataBluetoothModel
Parameter Description Notes
step Step int
calories Calories int
distances distance int
activeTime Activity duration int
heartRate Heart rate int

Command code

Objc:

[IDOFoundationCommand getLiveDataCommand:^(int errorCode, IDOGetLiveDataBluetoothModel * _Nullable data) {
    if (errorCode == 0) {
       //get success
    }else if (errorCode == 6) {
       //device not supported
    }else {
       //get failed
    }
}];

Swift:

IDOFoundationCommand.getLiveDataCommand { (errorCode, model) in
    if errorCode == 0 {
        //get success
    }else if errorCode == 6 {
       //device not supported
    }else {
       //get failed.                                                                                                                                                                                                                                        
    }
};
Copyright © 2015-2020 IDO. All rights reserved. all right reserved,powered by GitbookModify Date: 2023-12-18 10:04:13

results matching ""

    No results matching ""