Function packSmmCredentials

  • Packs SMM (Safety Motion Module) credentials (username and password) into a fixed-size binary format. Each field is padded or truncated to 24 bytes.

    Returns

    A Buffer containing the packed username and password.

    Throws

    Error if the username or password contains invalid characters or types.

    Parameters

    • username: string

      The username to be packed. It will be padded or truncated to 24 bytes.

    • password: string

      The password to be packed. It will also be padded or truncated to 24 bytes.

    Returns Buffer

Generated using TypeDoc