resSendBindingInfo function

void resSendBindingInfo(
  1. Pointer<PERIPHERAL_ACCOUNT_BINDING_DATA> bindingInfo
)

Implementation

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