ByteBuffer.Freeze (METH) ¶ METHOD Freeze Make subsequent Put*() calls be ignored - this is reset at Init().
ByteBuffer.GetByte (METH) ¶ METHOD GetByte : BYTE InOut: Scope Name Type Return GetByte BYTE
ByteBuffer.GetData (METH) ¶ METHOD GetData : POINTER TO BYTE Returns the pointer to the ARRAY OF BYTE that backs this buffer. InOut: Scope Name Type Return GetData POINTER TO BYTE
ByteBuffer.GetDataPointerAt (METH) ¶ METHOD GetDataPointerAt : POINTER TO BYTE Returns the byte array that backs this buffer at given position. InOut: Scope Name Type Return GetDataPointerAt POINTER TO BYTE Input pos UINT
ByteBuffer.GetDataPointerAtPosition (METH) ¶ METHOD GetDataPointerAtPosition : POINTER TO BYTE Returns the byte array that backs this buffer at uiPosition. InOut: Scope Name Type Return GetDataPointerAtPosition POINTER TO BYTE
ByteBuffer.GetNBytes (METH) ¶ METHOD GetNBytes InOut: Scope Name Type Input pDest POINTER TO BYTE uiBytes UINT
ByteBuffer.GetNBytesReverse (METH) ¶ METHOD GetNBytesReverse InOut: Scope Name Type Input pDest POINTER TO BYTE uiBytes UINT
ByteBuffer.GetNWords (METH) ¶ METHOD GetNWords InOut: Scope Name Type Input pDest POINTER TO BYTE uiWords UINT
ByteBuffer.GetWord (METH) ¶ METHOD GetWord : WORD InOut: Scope Name Type Return GetWord WORD
ByteBuffer.Init (METH) ¶ METHOD Init Initializes the ByteBuffer with the given byte array and length. InOut: Scope Name Type Input pBuffer POINTER TO BYTE uiCapacity UINT uiLen UINT bSwapBytes BOOL