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.ReturnCode
SolclientException
void getTxStats(long[] in_out_TxStats) throws SolclientException
SolEnum.StatTx.getEnumCount()
)
to fit all the values shown in
SolEnum.StatTx
in_out_TxStats
- - array to receive the statisticsSolclientException
void getRxStats(long[] in_out_RxStats) throws SolclientException
SolEnum.StatRx.getEnumCount()
)
to fit all the values shown in
SolEnum.StatRx
in_out_RxStats
- - array to receive the statisticsSolclientException
Copyright 2004-2024 Solace Corporation. All rights reserved.