public interface StatsSupport
| Modifier and Type | Method and Description |
|---|---|
int |
clearStats()
Clears statistics
|
void |
getRxStats(long[] in_out_RxStats)
Fill out all the available Receive statisticss in the given long[] array
The array needs to be long enough ( SolEnum.StatRx.getEnumCount())
to fit all the values shown in
SolEnum.StatRx |
void |
getTxStats(long[] in_out_TxStats)
Fill out all the available Transmit statistics in the given long[] array
The array needs to be long enough ( SolEnum.StatTx.getEnumCount())
to fit all the values shown in
SolEnum.StatTx |
int clearStats()
throws SolclientException
SolEnum.ReturnCodeSolclientExceptionvoid getTxStats(long[] in_out_TxStats)
throws SolclientException
SolEnum.StatTx.getEnumCount())
to fit all the values shown in
SolEnum.StatTxin_out_TxStats - - array to receive the statisticsSolclientExceptionvoid getRxStats(long[] in_out_RxStats)
throws SolclientException
SolEnum.StatRx.getEnumCount())
to fit all the values shown in
SolEnum.StatRxin_out_RxStats - - array to receive the statisticsSolclientExceptionCopyright 2004-2025 Solace Corporation. All rights reserved.