NativeAPICancelEcho Method (IntPtr, Byte, Byte, IntPtr) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- sendIn
- Type: SystemByte
- recvIn
- Type: SystemByte
- sendOut
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also