Method | Description | |
---|---|---|
AddCRC16 ( this |
Computes the CRC-16 value of a list of bytes and appends the resulting two bytes to the end of the list.
|
|
ComputeCRC16 ( List |
Computes the CRC-16 value of a list of bytes.
|
|
MaximumLength ( this str, int maxLength ) : string | ||
StringToPaddedList ( this value, int maximumLength ) : List |
Converts a string to a UTF-8 encoded list of bytes. Will pad the right side of the string with spaces to fill out the maximum length if necessary.
|
public static AddCRC16 ( this |
||
data | this |
|
offset | int | |
length | int | |
return | void |
public static ComputeCRC16 ( List |
||
data | List |
|
offset | int | |
length | int | |
return |
public static MaximumLength ( this str, int maxLength ) : string | ||
str | this | |
maxLength | int | |
return | string |
public static StringToPaddedList ( this value, int maximumLength ) : List |
||
value | this | |
maximumLength | int | |
return | List |