CryptoAuthLib v3.7.8
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
cryptoauthlib.library.cal_buffer Class Reference
Inheritance diagram for cryptoauthlib.library.cal_buffer:

Public Member Functions

def __init__ (self, length, data)
 

Data Fields

 len
 
 buf
 

Static Protected Attributes

list _fields_
 
int _pack_ = 1
 

Field Documentation

◆ _fields_

list cryptoauthlib.library.cal_buffer._fields_
staticprotected
Initial value:
= [
('len', c_size_t),
('buf', POINTER(c_uint8))
]