extends |
AbstractProtocol |
---|
Methods | ||
---|---|---|
public
|
Connect(): bool
|
# |
public
|
Login(string $sLogin, string $sPassword): bool
|
# |
public
|
ConnectAndLogin(string $sLogin, string $sPassword): bool
|
# |
public
|
Disconnect(): bool
|
# |
public
|
Logout(): bool
|
# |
public
|
LogoutAndDisconnect(): bool
|
# |
public
|
NewPass(string $sNewPassword): bool
|
# |
public
|
SendLine(string $sCmd): bool
|
# |
public
|
SendCommand(string $sCmd, array $aHideValues = [], int $iCheckType = 0): bool
|
# |
public
|
GetNextLine(): string
|
# |
public
|
CheckResponse(string $sResponse, int $iCheckType = 0): bool
|
# |
Methods inherited from Aurora\System\Net\AbstractProtocol |
---|
__construct(), GetConnectResource(), IsConnected(), ReadLine(), WriteLine() |