public class Search extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
mxSeconds |
protected UpnpHeader |
searchType |
| Constructor and Description |
|---|
Search() |
Search(int mxSeconds) |
Search(UpnpHeader searchType) |
Search(UpnpHeader searchType,
int mxSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMxSeconds() |
UpnpHeader |
getSearchType() |
protected UpnpHeader searchType
protected int mxSeconds
public Search()
public Search(UpnpHeader searchType)
public Search(UpnpHeader searchType, int mxSeconds)
public Search(int mxSeconds)
public UpnpHeader getSearchType()
public int getMxSeconds()
Copyright © 2023 jUPnP.org. All rights reserved.