|
Crc16Update(Byte) Method
|
Updates the checksum with the bytes taken from the array.
Namespace: GSF.IO.ChecksumsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntaxpublic void Update(
byte[] buffer
)
Public Sub Update (
buffer As Byte()
)
public:
void Update(
array<unsigned char>^ buffer
)
member Update :
buffer : byte[] -> unit View SourceParameters
- buffer Byte
- buffer an array of bytes
See Also