ByteBuffer.Len (METH) ¶ METHOD Len : UINT Returns the length of the ByteBuffer. InOut: Scope Name Type Return Len UINT
ByteBuffer.PutByte (METH) ¶ METHOD PutByte InOut: Scope Name Type Input byByte BYTE
ByteBuffer.PutNBytes (METH) ¶ METHOD PutNBytes InOut: Scope Name Type Input pSource POINTER TO BYTE uiBytes UINT
ByteBuffer.PutNBytesReverse (METH) ¶ METHOD PutNBytesReverse InOut: Scope Name Type Input pSource POINTER TO BYTE uiBytes UINT
ByteBuffer.PutNWords (METH) ¶ METHOD PutNWords InOut: Scope Name Type Input pSource POINTER TO BYTE uiWords UINT
ByteBuffer.PutWord (METH) ¶ METHOD PutWord InOut: Scope Name Type Input wWord WORD
ByteBuffer.PutWordAt (METH) ¶ METHOD PutWordAt InOut: Scope Name Type Input uiIndex UINT wWord WORD
ByteBuffer.Rewind (METH) ¶ METHOD Rewind Set uiPosition to begin.
ByteBuffer.SetLen (METH) ¶ METHOD SetLen Update the length between 0 and capacity -1. InOut: Scope Name Type Input uiLenToSet UINT
ByteBuffer.SetPos (METH) ¶ METHOD SetPos Set position between begin (0) and end (Len() - 1). InOut: Scope Name Type Input uiPosToSet UINT