PacketOperationsWordCopy Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static void WordCopy(
byte[] src,
byte[] dst,
int wordcount
)
Public Shared Sub WordCopy (
src As Byte(),
dst As Byte(),
wordcount As Integer
)
public:
static void WordCopy(
array<unsigned char>^ src,
array<unsigned char>^ dst,
int wordcount
)
static member WordCopy :
src : byte[] *
dst : byte[] *
wordcount : int -> unit
Parameters
- src
- Type: SystemByte
- dst
- Type: SystemByte
- wordcount
- Type: SystemInt32
See Also