Emotiv.EdkDll.Unmanged_IEE_FacialExpressionGetTrainedSignatureActions C# (CSharp) Method

Unmanged_IEE_FacialExpressionGetTrainedSignatureActions() private method

private Unmanged_IEE_FacialExpressionGetTrainedSignatureActions ( UInt32 userId, UInt32 &pTrainedActionsOut ) : Int32
userId UInt32
pTrainedActionsOut UInt32
return Int32
        static extern Int32 Unmanged_IEE_FacialExpressionGetTrainedSignatureActions(UInt32 userId, out UInt32 pTrainedActionsOut);
EdkDll