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