| 52 | } |
| 53 | |
| 54 | CipUint ElectronicKeyFormat4GetVendorId( |
| 55 | const ElectronicKeyFormat4 *const electronic_key) { |
| 56 | return electronic_key->vendor_id; |
| 57 | } |
| 58 | |
| 59 | void ElectronicKeyFormat4SetDeviceType( |
| 60 | ElectronicKeyFormat4 *const electronic_key, |
no outgoing calls