Constant DEVICE_NAME_MAX
pub const DEVICE_NAME_MAX: u32 = 255; // 255u32
Expand description
Maximum length of a device name (without a null byte), based on HOST_NAME_MAX as defined by <limits.h>.
pub const DEVICE_NAME_MAX: u32 = 255; // 255u32
Maximum length of a device name (without a null byte), based on HOST_NAME_MAX as defined by <limits.h>.