public interface LastChangeDelegator
Required by the LastChangeAwareServiceManager to handle state readouts
of "LastChange"-using services for initial events GENA subscriptions. If you
want a specification compliant AVTransport or RenderingControl
UPnP service, your service implementation should implement this interface as well.
| Modifier and Type | Method and Description |
|---|---|
void |
appendCurrentState(LastChange lc,
UnsignedIntegerFourBytes instanceId) |
UnsignedIntegerFourBytes[] |
getCurrentInstanceIds() |
LastChange |
getLastChange() |
LastChange getLastChange()
void appendCurrentState(LastChange lc, UnsignedIntegerFourBytes instanceId) throws Exception
ExceptionUnsignedIntegerFourBytes[] getCurrentInstanceIds()
Copyright © 2023 jUPnP.org. All rights reserved.