Pack Data

txt = struct.pack(fmt, d1, d2, …)

Returns a binary string with the data d1.. packed according to the format fmt.

Parameter Type Description
fmt string See: Format Strings
d1, d2, ... (variable) Data to pack
Returns Type Description
txt string Binary data