| 57 | } |
| 58 | |
| 59 | void ElectronicKeyFormat4SetDeviceType( |
| 60 | ElectronicKeyFormat4 *const electronic_key, |
| 61 | const CipUint device_type) { |
| 62 | electronic_key->device_type = device_type; |
| 63 | } |
| 64 | |
| 65 | CipUint ElectronicKeyFormat4GetDeviceType( |
| 66 | const ElectronicKeyFormat4 *const electronic_key) { |
no outgoing calls