ByteMask ​
Kind: Struct
Namespace: ConnectorLib.Memory
Public Constructors
ByteMask(string mask)
ByteMask(byte[] mask)
ByteMask(byte mask)
Public Member Functions
bool
VerifyPattern(Span pattern, Span comparison)
Verifies if the pattern matches the comparison, using the mask's comparison rules.
Public Static Functions
bool
VerifyPattern(string mask, Span pattern, Span comparison)
Verifies if the pattern matches the comparison, using the mask's comparison rules.
bool
VerifyPattern(byte[] mask, Span pattern, Span comparison)
Verifies if the pattern matches the comparison, using the mask's comparison rules.
bool
VerifyPattern(byte mask, Span pattern, Span comparison)
Verifies if the pattern matches the comparison, using the mask's comparison rules.
