| 63 | } |
| 64 | |
| 65 | CipUint ElectronicKeyFormat4GetDeviceType( |
| 66 | const ElectronicKeyFormat4 *const electronic_key) { |
| 67 | return electronic_key->device_type; |
| 68 | } |
| 69 | |
| 70 | void ElectronicKeyFormat4SetProductCode( |
| 71 | ElectronicKeyFormat4 *const electronic_key, |
no outgoing calls