Emotiv.EdkDll.IEE_FacialExpressionSetSignatureType C# (CSharp) Method

IEE_FacialExpressionSetSignatureType() public static method

public static IEE_FacialExpressionSetSignatureType ( UInt32 userId, IEE_FacialExpressionSignature_t sigType ) : Int32
userId System.UInt32
sigType IEE_FacialExpressionSignature_t
return System.Int32
        public static Int32 IEE_FacialExpressionSetSignatureType(UInt32 userId, IEE_FacialExpressionSignature_t sigType)
        {
            return Unmanged_IEE_FacialExpressionSetSignatureType(userId, sigType);
        }
EdkDll