NativeAPICancelEcho(IntPtr, Byte, Byte, IntPtr) Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static int CancelEcho(
IntPtr instance,
byte[] sendIn,
byte[] recvIn,
out IntPtr sendOut
)
Public Shared Function CancelEcho (
instance As IntPtr,
sendIn As Byte(),
recvIn As Byte(),
<OutAttribute> ByRef sendOut As IntPtr
) As Integer
public:
static int CancelEcho(
IntPtr instance,
array<unsigned char>^ sendIn,
array<unsigned char>^ recvIn,
[OutAttribute] IntPtr% sendOut
)
static member CancelEcho :
instance : IntPtr *
sendIn : byte[] *
recvIn : byte[] *
sendOut : IntPtr byref -> int
Parameters
- instance IntPtr
-
- sendIn Byte
-
- recvIn Byte
-
- sendOut IntPtr
-
Return Value
Int32
See Also