BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Iso78_CloseSam | ( | brp_protocol | protocol, |
unsigned | SamHandle | ||
) |
This command closes a communication channel previously opened via the brp_Iso78_OpenSam() command.
It is recommended to call this command before physically removing the SAM from its slot since it also powers down the SAM module.
[in] | protocol | used to execute the command |
[in] | SamHandle | Identifier for SAM communication (use SAM_Handle value returned by the brp_Iso78_OpenSam() command). |