Emotiv.EdkDll.Unmanged_IEE_FacialExpressionSetSignatureType C# (CSharp) Method

Unmanged_IEE_FacialExpressionSetSignatureType() private method

private Unmanged_IEE_FacialExpressionSetSignatureType ( UInt32 userId, IEE_FacialExpressionSignature_t sigType ) : Int32
userId UInt32
sigType IEE_FacialExpressionSignature_t
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionSetSignatureType(UInt32 userId, IEE_FacialExpressionSignature_t sigType);
EdkDll