Stopstandby () - Sekonic C-7000 SDK Reference Manual

Table of Contents

Advertisement

C-7000 SDK REFERENCE MANUAL
3.7.8.
SK_StopStandby ()
Forcibly stop 90 seconds stanby for flash measuremnt in case of cordless flash
opeartion
measurement
type
Function SK_StopStandby() as Long
argument none
return
Result of communication with C-7000 (refer3.5.1)
value
note
Private
Private Sub
Dim
' >>>>> start measurement <<<<<
SDKResult = C7000Device.SK_StartMeasuring ()
If
error ?!
example
End If
' >>>>> stop stanby <<<<<
SDKResult = C7000Device.SK_StopStandby()
If
error ?!
End If
End Sub
C7000Device
As New
C7000.SDK
Sample()
SDKResult
As Long
C7000.SDK.SKF_STATUS_COM.SUCCESS <> SDKResult
' add error processing...
C7000.SDK.SKF_STATUS_COM.SUCCESS <> SDKResult
' add error processing...
No. I401-C-700-034
' generate instance of SDK
Then
' start measurement
Then
' stop standby
Page 20
2012/03/01

Advertisement

Table of Contents
loading

Table of Contents