pub fn create_protocol_buffer(
    message_type: MessageType,
    command: Command,
    variable: u8,
    data: &[u8]
) -> Vec<u8>