NativeAPICancelEcho Method (IntPtr, Int16, Int16, IntPtr) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static void CancelEcho(
IntPtr instance,
short[] sendIn,
short[] recvIn,
out IntPtr sendOut
)
Public Shared Sub CancelEcho (
instance As IntPtr,
sendIn As Short(),
recvIn As Short(),
<OutAttribute> ByRef sendOut As IntPtr
)
public:
static void CancelEcho(
IntPtr instance,
array<short>^ sendIn,
array<short>^ recvIn,
[OutAttribute] IntPtr% sendOut
)
static member CancelEcho :
instance : IntPtr *
sendIn : int16[] *
recvIn : int16[] *
sendOut : IntPtr byref -> unit
Parameters
- instance
- Type: SystemIntPtr
- sendIn
- Type: SystemInt16
- recvIn
- Type: SystemInt16
- sendOut
- Type: SystemIntPtr
See Also