Current section

Files

Jump to
alcove edoc getsid-3.edoc
Raw

edoc/getsid-3.edoc

@doc getsid(2): retrieve the session ID
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.177.0>}
2> alcove:getsid(Drv, [], 0).
{ok,3924}
'''