![Vecow ECX-1400 Series User Manual Download Page 130](http://html1.mh-extra.com/html/vecow/ecx-1400-series/ecx-1400-series_user-manual_3782076130.webp)
122
©Vecow ECX-1400/1300 User Manual
Appendix B
Mask ([3:0]) : DC Enable/Disable, pin setting by hexadecimal bitmask
1 : Enable;
0 : Disable
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or call by pointer error, or hardware problem)
BOOL SetPOEConfig (BYTE Auto, BYTE Mask)
Set POE configuration
Auto ([3:0]) : Auto mode, pin setting by hexadecimal bitmask
1 : Auto;
0 : Manual
Mask ([3:0]) : DC Enable/Disable, pin setting by hexadecimal bitmask
1 : Enable;
0 : Disable
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or out of range error, or hardware problem)
BOOL GetPOE (BYTE *POE)
Get POE input
POE ([3:0]) : POE state, pin setting by hexadecimal bitmask
1 : On;
0 : Off
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or call by pointer error, or hardware problem)
BOOL SetPOE (BYTE POE)
Set POE output
POE ([3:0]) : POE state, pin setting by hexadecimal bitmask
1 : On;
0 : Off
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or out of range error, or hardware problem)