state property

int state
getter/setter pair

连接状态 0-未连接 1-连接成功 2-读写成功

Implementation

int state = 0;