Packs SMM (Safety Motion Module) credentials (username and password) into a fixed-size binary format. Each field is padded or truncated to 24 bytes.
A Buffer containing the packed username and password.
Buffer
Error if the username or password contains invalid characters or types.
The username to be packed. It will be padded or truncated to 24 bytes.
The password to be packed. It will also be padded or truncated to 24 bytes.
Generated using TypeDoc
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.