resSendBindingInfo function
Implementation
void resSendBindingInfo(Pointer<PERIPHERAL_ACCOUNT_BINDING_DATA> bindingInfo) {
CLCmdAccountBindData.subject.add(CLCmdAccountBindData.from(bindingInfo.ref));
slog('resSendBindingInfo: entered');
}
void resSendBindingInfo(Pointer<PERIPHERAL_ACCOUNT_BINDING_DATA> bindingInfo) {
CLCmdAccountBindData.subject.add(CLCmdAccountBindData.from(bindingInfo.ref));
slog('resSendBindingInfo: entered');
}