Packer.GetWords Method

TegoOS

PackerGetWords Method
Generates an array of words containing previously added data. Do not add further data after calling this method.

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public ushort[] GetWords()
Public Function GetWords As UShort()
public:
array<unsigned short>^ GetWords()
member GetWords : unit -> uint16[] 

Return Value

Type: UInt16
Array of words containing added data.
See Also