resUpdateGoGPSUpBody function
Implementation
void resUpdateGoGPSUpBody(Pointer<PERIPHERAL_GOGPS_BODY_V2> pGoGPSBody) {
CLCmdGogpsBodyV2.subject.add(CLCmdGogpsBodyV2.from(pGoGPSBody.ref));
slog('resUpdateGoGPSUpBody: entered');
}
void resUpdateGoGPSUpBody(Pointer<PERIPHERAL_GOGPS_BODY_V2> pGoGPSBody) {
CLCmdGogpsBodyV2.subject.add(CLCmdGogpsBodyV2.from(pGoGPSBody.ref));
slog('resUpdateGoGPSUpBody: entered');
}